rmaz added inline comments.
================ Comment at: clang/include/clang/AST/Type.h:3947 + Info) { + FunctionTypeBits.FastTypeQuals = 0; + } ---------------- aaron.ballman wrote: > It seems a bit odd to me that we only want to initialize one member of the > bits and none of the rest. The reason I only set the `FastTypeQuals` is because the rest of the `FunctionTypeBits` are not accessed in the base class or this class, except for `ExtInfo` which is initialized in the base class. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133586/new/ https://reviews.llvm.org/D133586 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits