llvm-project/clang/test/CodeGenCXX/RelativeVTablesABI
hyeongyu kim 1b1c8d83d3 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default
Turning on `enable_noundef_analysis` flag allows better codegen by removing freeze instructions.
I modified clang by renaming `enable_noundef_analysis` flag to `disable-noundef-analysis` and turning it off by default.

Test updates are made as a separate patch: D108453

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D105169
2022-01-16 18:54:17 +09:00
..
available_externally-vtable.cpp
child-inheritted-from-parent-in-comdat.cpp
child-vtable-in-comdat.cpp
cross-translation-unit-1.cpp
cross-translation-unit-2.cpp
cross-tu-header.h
diamond-inheritance.cpp
diamond-virtual-inheritance.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
dynamic-cast.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
inheritted-virtual-function.cpp
inline-virtual-function.cpp
inlined-key-function.cpp
member-function-pointer.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
multiple-inheritance.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
no-alias-when-dso-local.cpp
override-pure-virtual-method.cpp
overriden-virtual-function.cpp
parent-and-child-in-comdats.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
parent-vtable-in-comdat.cpp
relative-vtables-flag.cpp
simple-vtable-definition.cpp
thunk-mangling.cpp
type-info.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
vbase-offset.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
virtual-function-call.cpp [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
vtable-hidden-when-in-comdat.cpp