[PATCH] D77168: Add a flag to debug automatic variable initialization
Stephen Hines via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 16 18:57:17 PDT 2020
srhines added a comment.
`pragma clang attribute` is interesting, but how do you apply that in a selective fashion to local variables (especially in a way that can be automated)? At first, I didn't think the goal for this should be to create a frequently used option for **most** end users, but I do think that it could be quite useful for more folks when debugging, especially if it is easy to automate (which optimization-fuel approaches are, while pragmas are not).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77168/new/
https://reviews.llvm.org/D77168
More information about the cfe-commits
mailing list