Commit Graph

3 Commits

Author SHA1 Message Date
hyeongyukim 35baa26747 [NFC][Clang/test] add target triple to CodeGen/analyze_noundef.cpp 2022-02-18 17:54:22 +09:00
hyeongyukim 5333447a00 [NFC] Fix a buildbot failure after b529744 2022-02-18 17:38:50 +09:00
hyeongyukim b529744c29 [Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analysis`
This flag was previously renamed `enable_noundef_analysis` to
`disable-noundef-analysis,` which is not a conventional name. (Driver and
CC1's boolean options are using [no-] prefix)
As discussed at https://reviews.llvm.org/D105169, this patch reverts its
name to `[no-]enable_noundef_analysis` and enables noundef-analysis as
default.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D119998
2022-02-18 17:02:41 +09:00