Hahnfeld added inline comments.
================ Comment at: clang/include/clang/AST/DeclTemplate.h:786-788 + uint32_t DeclID = ~0U; + unsigned ODRHash = ~0U; + bool IsPartial = false; ---------------- ChuanqiXu wrote: > Maybe this can save some space. Can you elaborate why this would save space? The best practice is to order data members by size to avoid padding gaps. As far as I can see, this is already done here. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D41416/new/ https://reviews.llvm.org/D41416 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits