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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
enable_noundef_analysis
-enable-noundef-analysis
If there is a need for an alias -disable-noundef-analysis, we can add it later.