rjmccall added a comment. In https://reviews.llvm.org/D35082#895312, @yaxunl wrote:
> Thanks. I will separate the implicit addr space flag to another patch. Thanks, appreciated. ================ Comment at: include/clang/AST/Type.h:562 + static const uint32_t IMask = 0x200; + static const uint32_t IShift = 9; static const uint32_t AddressSpaceMask = ---------------- yaxunl wrote: > rjmccall wrote: > > "I" is not an appropriate abbreviation for "AddressSpaceImplicit". > Will change it to ImplictAddrSpace. Sounds good. https://reviews.llvm.org/D35082 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits