arphaman added inline comments.
================ Comment at: clang/lib/Lex/MacroInfo.cpp:33 + +// MacroInfo is expected to take 40 bytes on platforms with an 8 byte pointer. +template <int> class MacroInfoSizeChecker { ---------------- aaron.ballman wrote: > dexonsmith wrote: > > aaron.ballman wrote: > > > dexonsmith wrote: > > > > aaron.ballman wrote: > > > > > Should we do this dance for 32-bit systems as well? > > > > Do I remember correctly that `SourceLocation`'s size recently became > > > > configurable? Or maybe it will be soon? Should that be factored in > > > > somehow? > > > Are you thinking about this review https://reviews.llvm.org/D97204 or > > > something else? > > Yes, I think that's the one. > Yeah, it's probably not a bad idea to use `sizeof(SourceLocation)` instead of > calculating the size manually for that bit. Good idea. Done. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117348/new/ https://reviews.llvm.org/D117348 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits