[PATCH] D67563: Debug Info: Add support for named constants
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 11:08:01 PDT 2019
dblaikie added a comment.
What's a "true named constant" as opposed to, say, C++ (or C's) "const int X = 3;" (well, I guess const int X could be defined by a runtime expression, - OK, what about "constexpr int X = 3;" then?)
But seems fine in any case (:
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67563/new/
https://reviews.llvm.org/D67563
More information about the llvm-commits
mailing list