[PATCH] D39166: [NFC] Add some assertions to placate my paranoia about sharing a variant bit across FunctionDecl and CXXDeductionGuideDecl - should I do this?
Faisal Vali via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 11 10:11:09 PST 2017
faisalv abandoned this revision.
faisalv added a comment.
Just added an additional bit-field to FunctionDecl in https://reviews.llvm.org/rL317984
================
Comment at: include/clang/AST/InlineDeclMembers.h:35
+
+#endif //LLVM_CLANG_AST_INLINEDECLMEMBERS_H
+
----------------
aaron.ballman wrote:
> Whitespace is incorrect here.
not sure I follow?
Repository:
rL LLVM
https://reviews.llvm.org/D39166
More information about the cfe-commits
mailing list