[PATCH] D82317: [Clang/Test]: Update tests where `noundef` attribute is necessary
Gui Andrade via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 14:42:09 PDT 2020
guiand added a comment.
After discussing with @eugenis, for the meantime it might be best to do the following:
- Change the masking attribute to be `-fdisable-noundef-analysis` (name notwithstanding), and have it completely turn off all `noundef`s
- Change the llvm-lit configuration to use the new codegen flag for all the tests by default
- Have `noundef` emitted in the frontend by default (when the codegen flag isn't present)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82317/new/
https://reviews.llvm.org/D82317
More information about the cfe-commits
mailing list