[PATCH] D43320: Allow dllimport non-type template arguments in C++17
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 9 17:30:09 PDT 2018
rnk added inline comments.
================
Comment at: clang/include/clang/AST/Expr.h:662
+ /// Indicates how the constant expression will be used.
+ enum ConstExprUsage { EvaluateForCodeGen, EvaluateForMangling };
+
----------------
I expect we could come up with a better name, but is this closer to what you had in mind?
https://reviews.llvm.org/D43320
More information about the cfe-commits
mailing list