aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorhyeongyukim <gusrb406@snu.ac.kr>2022-02-18 17:00:00 +0900
committerhyeongyukim <gusrb406@snu.ac.kr>2022-02-18 17:02:41 +0900
commitb529744c29a87d8ecf4336e751fee794df10ec7f (patch)
tree7beb370058ac4af30cc832d0304c941701a44ef2 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent38054556a08884aa15d3ebc720e2f43d0cb5a944 (diff)
downloadllvm-b529744c29a87d8ecf4336e751fee794df10ec7f.zip
llvm-b529744c29a87d8ecf4336e751fee794df10ec7f.tar.gz
llvm-b529744c29a87d8ecf4336e751fee794df10ec7f.tar.bz2
[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
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions