llvm-project/clang/test/CodeGenCXX
David Blaikie 389f67b35b DebugInfo: Don't simplify names referencing local enums
Due to the way type units work, this would lead to a declaration in a
type unit of a local type in a CU - which is ambiguous. Rather than
trying to resolve that relative to the CU that references the type unit,
let's just not try to simplify these names.

Longer term this should be fixed by not putting the template
instantiation in a type unit to begin with - since it references an
internal linkage type, it can't legitimately be duplicated/in more than
one translation unit, so skip the type unit overhead. (but the right fix
for that is to move type unit management into a DICompositeType flag
(dropping the "identifier" field is not a perfect solution since it
breaks LLVM IR linking decl/def merging during IR linking))
2022-02-10 15:51:47 -08:00
..
ARM
Inputs [C++20] [Module] Support extern C/C++ semantics 2021-12-08 13:29:16 +08:00
RelativeVTablesABI [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default 2022-01-16 18:54:17 +09:00
2003-11-02-WeakLinkage.cpp
2003-11-18-PtrMemConstantInitializer.cpp
2003-11-27-MultipleInheritanceThunk.cpp
2003-11-29-DuplicatedCleanupTest.cpp
2003-12-08-ArrayOfPtrToMemberFunc.cpp
2004-01-11-DynamicInitializedConstant.cpp
2004-03-08-ReinterpretCastCopy.cpp
2004-03-09-UnmangledBuiltinMethods.cpp
2004-03-15-CleanupsAndGotos.cpp
2004-06-08-LateTemplateInstantiation.cpp
2004-09-27-DidntEmitTemplate.cpp
2004-11-27-ExceptionCleanupAssertion.cpp
2004-11-27-FriendDefaultArgCrash.cpp
2005-01-03-StaticInitializers.cpp [NFC][clang] Add a CHECK lines to tests checking offsetof-like expressions 2021-09-28 17:57:36 +01:00
2005-02-11-AnonymousUnion.cpp
2005-02-13-BadDynamicInit.cpp
2005-02-19-BitfieldStructCrash.cpp
2005-02-19-UnnamedVirtualThunkArgument.cpp
2005-02-20-BrokenReferenceTest.cpp
2006-03-01-GimplifyCrash.cpp
2006-03-06-C++RecurseCrash.cpp
2006-09-12-OpaqueStructCrash.cpp
2006-10-30-ClassBitfield.cpp
2006-11-20-GlobalSymbols.cpp
2006-11-30-ConstantExprCrash.cpp
2007-01-02-UnboundedArray.cpp
2007-01-06-PtrMethodInit.cpp
2007-04-05-PackedBitFields-1.cpp
2007-04-05-PackedBitFieldsOverlap-2.cpp
2007-04-05-PackedBitFieldsOverlap.cpp
2007-04-05-PackedBitFieldsSmall.cpp
2007-04-05-StructPackedFieldUnpacked.cpp
2007-04-10-PackedUnion.cpp
2007-04-14-FNoBuiltin.cpp
2007-05-03-VectorInit.cpp
2007-07-29-RestrictPtrArg.cpp
2007-07-29-RestrictRefArg.cpp
2007-09-10-RecursiveTypeResolution.cpp
2007-10-01-StructResize.cpp
2008-01-12-VecInit.cpp
2008-05-07-CrazyOffsetOf.cpp [NFC][clang] Add a CHECK lines to tests checking offsetof-like expressions 2021-09-28 17:57:36 +01:00
2009-03-17-dbg.cpp
2009-04-23-bool2.cpp
2009-05-04-PureConstNounwind.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
2009-06-16-DebugInfoCrash.cpp
2009-07-16-Using.cpp
2009-08-05-ZeroInitWidth.cpp
2009-08-11-VectorRetTy.cpp
2009-09-09-packed-layout.cpp
2009-10-27-crash.cpp
2009-12-23-MissingSext.cpp
2010-03-09-AnonAggregate.cpp
2010-05-10-Var-DbgInfo.cpp
2010-05-11-alwaysinlineinstantiation.cpp
2010-05-12-PtrToMember-Dbg.cpp
2010-06-21-LocalVarDbg.cpp
2010-06-22-BitfieldInit.cpp
2010-06-22-ZeroBitfield.cpp
2010-07-23-DeclLoc.cpp
2011-12-19-init-list-ctor.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
2012-02-06-VecInitialization.cpp
2012-03-16-StoreAlign.cpp
DynArrayInit.cpp
PR4827-cast.cpp
PR4983-constructor-conversion.cpp
PR5050-constructor-conversion.cpp
PR5093-static-member-function.cpp
PR5834-constructor-conversion.cpp
PR5863-unreachable-block.cpp
PR6474.cpp
PR19955.cpp
PR20038.cpp
PR24289.cpp
PR26569.cpp
PR28220.cpp
PR28523.cpp
PR37481.cpp
PR42665.cpp
__null.cpp
aarch64-aapcs-zerolength-bitfield.cpp
aarch64-arguments.cpp
aarch64-cxxabi.cpp
aarch64-mangle-neon-vectors.cpp
aarch64-mangle-sve-fixed-vectors.cpp [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
aarch64-mangle-sve-vectors-msvc.cpp
aarch64-mangle-sve-vectors.cpp
aarch64-neon.cpp
aarch64-sve-fixedtypeinfo.cpp [AArch64][Driver][SVE] Allow -msve-vector-bits=<n>+ syntax to mean no maximum vscale 2021-10-25 11:10:52 +00:00
aarch64-sve-typeinfo.cpp
abstract-class-ctors-dtors.cpp
address-of-fntemplate.cpp
address-space-cast-coerce.cpp
address-space-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
address-space-of-this.cpp
address-space-ref.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
aix-alignment.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
aix-constructor-attribute.cpp
aix-destructor-attribute.cpp
aix-static-init-debug-info.cpp
aix-static-init-temp-spec-and-inline-var.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
aix-static-init.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
alias-available-externally.cpp
align-avx-complete-objects.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
alignment.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
alloc-size.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
alloca-align.cpp
always_destroy.cpp
amdgcn-automatic-variable.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
amdgcn-func-arg.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
amdgcn-string-literal.cpp
amdgcn_declspec_get.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
amdgpu-float16.cpp
anonymous-namespaces.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
anonymous-union-member-initializer.cpp
apple-kext-guard-variable.cpp
apple-kext-indirect-call-2.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
apple-kext-indirect-call.cpp
apple-kext-indirect-virtual-dtor-call.cpp
apple-kext-linkage.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
apple-kext-no-staticinit-section.cpp
apple-kext.cpp
arm-cc.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
arm-pcs.cpp
arm-swiftcall.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
arm-vaarg.cpp
arm.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
arm64-constructor-return.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
arm64-darwinpcs.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
arm64-empty-struct.cpp
arm64.cpp
armv7k.cpp
array-construction.cpp
array-default-argument.cpp
array-operator-delete-call.cpp
array-pointer-decay.cpp
array-value-initialize.cpp
asm.cpp
assign-construct-memcpy.cpp
assign-operator.cpp
assume_attr.cpp
atomic-align.cpp
atomic-dllexport.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
atomic-inline.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
atomic.cpp [clang CodeGen] Don't crash on large atomic function parameter. 2021-05-17 13:18:23 -07:00
atomicinit.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
attr-annotate.cpp Revert "AddGlobalAnnotations for function with or without function body." 2021-10-21 07:08:18 -04:00
attr-annotate2.cpp
attr-callback.cpp
attr-cleanup.cpp
attr-cpuspecific-outoflinedefs.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
attr-cpuspecific.cpp
attr-disable-tail-calls.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
attr-exclude_from_explicit_instantiation.dont_assume_extern_instantiation.cpp
attr-likelihood-if-branch-weights.cpp
attr-likelihood-if-vs-builtin-expect.cpp
attr-likelihood-iteration-stmt.cpp
attr-likelihood-switch-branch-weights.cpp
attr-loader-uninitialized.cpp
attr-mode-vector-types-tmpl.cpp
attr-mustprogress.cpp
attr-musttail.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
attr-no-destroy-d54344.cpp
attr-notail.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
attr-retain.cpp
attr-speculative-load-hardening.cpp
attr-target-clones.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
attr-target-mv-diff-ns.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
attr-target-mv-func-ptrs.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
attr-target-mv-inalloca.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
attr-target-mv-member-funcs.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
attr-target-mv-modules.cpp
attr-target-mv-out-of-line-defs.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
attr-target-mv-overloads.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
attr-used-member-function-implicit-instantiation.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
attr-used.cpp
attr-x86-interrupt.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
attr-x86-no_caller_saved_registers.cpp
attr.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
attribute_internal_linkage.cpp
auto-var-init-stop-after.cpp
auto-var-init.cpp
auto-variable-template.cpp Fix undeduced type assert 2021-07-15 10:52:25 +02:00
bitfield-layout.cpp
bitfield.cpp
block-byref-cxx-objc.cpp
block-byref.cpp
block-capture.cpp
block-destruct.cpp
block-in-ctor-dtor.cpp
block-inalloca.cpp
block.cpp
blocks-cxx11.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
blocks.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
bool-bitfield.cpp
builtin-amdgcn-atomic-inc-dec.cpp [CFE][Codegen] Make sure to maintain the contiguity of all the static allocas 2021-11-10 08:45:21 +05:30
builtin-amdgcn-fence.cpp
builtin-bit-cast-no-tbaa.cpp
builtin-bit-cast.cpp
builtin-calling-conv.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
builtin-constant-p.cpp
builtin-is-constant-evaluated.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
builtin-launder.cpp
builtin-operator-new-delete.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
builtin-source-location.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
builtin_FUNCTION.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
builtin_LINE.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
builtins-arm-exclusive.cpp
builtins-systemz-zvector.cpp
builtins.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
c-linkage.cpp
c99-variable-length-array.cpp
call-arg-zero-temp.cpp
call-conv-thru-alias.cpp
call-with-static-chain.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
captured-statements.cpp
cast-conversion.cpp
cast-to-ref-bool.cpp
castexpr-basepathsize-threshold.cpp
casts.cpp
catch-implicit-integer-sign-changes-true-negatives.cpp [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
catch-implicit-integer-truncations.cpp
catch-nullptr-and-nonzero-offset-in-offsetof-idiom.cpp [ConstantFold] Get rid of special cases for sizeof etc. 2021-07-31 13:20:47 -07:00
catch-undef-behavior.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
catch-undef-behavior2.cpp
cfi-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
cfi-cross-dso.cpp
cfi-icall-noexcept.cpp CodeGen: Strip exception specifications from function types in CFI type names. 2021-12-03 14:50:52 -05:00
cfi-icall.cpp
cfi-ignorelist.cpp [NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/ 2021-11-17 09:43:02 -05:00
cfi-mfcall-incomplete.cpp
cfi-mfcall.cpp Revert rest of `IRBuilderBase`'s short-circuiting folds 2021-10-28 02:15:14 +03:00
cfi-ms-rtti.cpp
cfi-ms-vbase-derived-cast.cpp
cfi-ms-vbase-nvcall.cpp
cfi-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
cfi-nvcall.cpp
cfi-speculative-vtable.cpp
cfi-stats.cpp
cfi-vcall-check-after-args.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
cfi-vcall-no-trap.cpp
char8_t.cpp
clang-abi-compat.cpp Fix bad mangling of <data-member-prefix> for a closure in the initializer of a variable at global namespace scope. 2021-05-12 13:13:21 -07:00
clang-sections-1.cpp Reland "Do not create LLVM IR `constant`s for objects with dynamic initialisation" 2021-05-25 15:54:40 +01:00
clang-sections-tentative.c
clang-sections.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
class-layout.cpp
code-seg.cpp
code-seg1.cpp
code-seg2.cpp
code-seg3.cpp
complex128.cpp Fix complex types declared using mode TC 2021-11-02 12:00:26 -07:00
compound-literals.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
condition.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
conditional-expr-lvalue.cpp
conditional-gnu-ext.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
conditional-temporaries.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
const-base-cast.cpp
const-dynamic-init.cpp Reland "Do not create LLVM IR `constant`s for objects with dynamic initialisation" 2021-05-25 15:54:40 +01:00
const-global-linkage.cpp
const-init-cxx1y.cpp
const-init-cxx2a.cpp
const-init-cxx11.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
const-init.cpp PR51105: look through ConstantExpr when looking for a braced string literal initialization. 2021-08-25 11:36:11 -07:00
constructor-alias.cpp [Clang] Add option to disable -mconstructor-aliases with -mno-constructor-aliases 2021-11-30 15:12:45 -08:00
constructor-attr.cpp
constructor-conversion.cpp
constructor-convert.cpp
constructor-default-arg.cpp
constructor-destructor-return-this.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
constructor-direct-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
constructor-for-array-members.cpp
constructor-init-reference.cpp
constructor-init.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
constructor-template.cpp
constructors.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
conversion-function.cpp
conversion-operator-base.cpp
convert-to-fptr.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
copy-assign-synthesis-1.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
copy-assign-synthesis-2.cpp
copy-assign-synthesis-3.cpp
copy-assign-synthesis.cpp
copy-assign-volatile-synthesis.cpp
copy-constructor-elim-2.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
copy-constructor-elim.cpp
copy-constructor-synthesis-2.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
copy-constructor-synthesis.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
copy-elision.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
copy-in-cplus-object.cpp
copy-initialization.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
cp-blocks-linetables.cpp
crash.cpp
ctor-dtor-alias.cpp
ctor-globalopt.cpp
cxx-abi-switch.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
cxx-apple-kext.cpp
cxx-block-objects.cpp
cxx0x-defaulted-templates.cpp
cxx0x-delegating-ctors.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
cxx0x-initializer-array.cpp
cxx0x-initializer-constructors.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
cxx0x-initializer-references.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
cxx0x-initializer-scalars.cpp
cxx0x-initializer-stdinitializerlist-pr12086.cpp
cxx0x-initializer-stdinitializerlist-startend.cpp
cxx0x-initializer-stdinitializerlist.cpp [clang][amdgpu] - Choose when to promote VarDecl to address space 4. 2021-12-13 16:31:24 -06:00
cxx1y-deduced-return-type.cpp
cxx1y-generic-lambdas.cpp
cxx1y-init-captures-eh.cpp
cxx1y-init-captures.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
cxx1y-initializer-aggregate.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
cxx1y-sized-deallocation.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
cxx1y-variable-template-linkage.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
cxx1y-variable-template.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
cxx1z-aligned-allocation.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
cxx1z-class-deduction.cpp
cxx1z-constexpr-if.cpp
cxx1z-copy-omission.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
cxx1z-decomposition.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
cxx1z-eval-order.cpp
cxx1z-fold-expression.cpp
cxx1z-init-statement.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
cxx1z-initializer-aggregate.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
cxx1z-inline-variables.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
cxx1z-lambda-star-this.cpp
cxx1z-noexcept-function-type.cpp
cxx2a-compare.cpp
cxx2a-consteval.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
cxx2a-destroying-delete.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
cxx2a-init-statement.cpp
cxx2a-left-shift.cpp
cxx2a-thread-local-constinit.cpp PR51079: Treat thread_local variables with an incomplete class type as 2021-10-08 18:46:01 -07:00
cxx2a-three-way-comparison.cpp
cxx2b-consteval-if.cpp Implement if consteval (P1938) 2021-10-05 08:04:14 -04:00
cxx11-exception-spec.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
cxx11-extern-constexpr.cpp [clang][amdgpu] - Choose when to promote VarDecl to address space 4. 2021-12-13 16:31:24 -06:00
cxx11-initializer-aggregate.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
cxx11-initializer-array-new.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
cxx11-noreturn.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
cxx11-special-members.cpp
cxx11-thread-local-instantiated.cpp PR48030: Fix COMDAT-related linking problem with C++ thread_local static data members. 2021-08-24 19:53:44 -07:00
cxx11-thread-local-reference.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
cxx11-thread-local-visibility.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
cxx11-thread-local.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
cxx11-trivial-initializer-struct.cpp
cxx11-unrestricted-union.cpp
cxx11-user-defined-literal.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
cxx11-vtable-key-function.cpp
cxx20-consteval-crash.cpp No longer crash when a consteval function returns a structure 2021-11-04 09:41:10 -04:00
cxx20-p0388-unbound-ary.cpp [clang] p0388 conversion to incomplete array 2021-10-12 07:35:20 -07:00
dbg-info-all-calls-described.cpp
debug-info-access.cpp [DebugInfo][Clang] record the access flag for class/struct/union types. 2021-12-20 02:40:42 +00:00
debug-info-alias.cpp
debug-info-anon-namespace.cpp
debug-info-anon-union-vars.cpp
debug-info-artificial-arg.cpp
debug-info-atexit-stub.cpp
debug-info-auto-return.cpp
debug-info-block-invocation-linkage-name.cpp
debug-info-blocks.cpp [CodeGen] Don't create fake FunctionDecls when generating block/byref 2021-06-24 11:45:52 -07:00
debug-info-byval.cpp [AIX] Print printable byte list as quoted string 2021-05-21 02:37:55 +00:00
debug-info-calling-conventions.cpp
debug-info-char16.cpp
debug-info-class-limited-plugin.test
debug-info-class-limited.test
debug-info-class-nolimit.cpp
debug-info-class-optzns.cpp
debug-info-class.cpp
debug-info-codeview-display-name.cpp
debug-info-codeview-heapallocsite.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
debug-info-codeview-injected-class.cpp
debug-info-codeview-nested-types.cpp
debug-info-codeview-template-literal.cpp Add type information to integral template argument if required. 2021-05-12 19:00:08 +00:00
debug-info-codeview-template-type.cpp Add type information to integral template argument if required. 2021-05-12 19:00:08 +00:00
debug-info-codeview-unnamed.cpp
debug-info-codeview-var-templates.cpp [DIBuilder] Do not replace empty enum types 2021-08-30 12:33:03 -07:00
debug-info-composite-cc.cpp
debug-info-composite-triviality-fwd-decl.cpp
debug-info-composite-triviality.cpp
debug-info-context.cpp
debug-info-ctor-homing-flag.cpp [DebugInfo] Add -fno-ctor-homing for as counterpart to -fuse-ctor-homing 2021-07-22 14:52:36 -07:00
debug-info-ctor.cpp
debug-info-ctor2.cpp
debug-info-cxx0x.cpp
debug-info-cxx1y.cpp [DIBuilder] Do not replace empty enum types 2021-08-30 12:33:03 -07:00
debug-info-decl-nested.cpp
debug-info-deleted.cpp
debug-info-destroy-helper.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
debug-info-determinism.cpp
debug-info-dllimport-base-class.cpp
debug-info-dup-fwd-decl.cpp
debug-info-enum-class.cpp DebugInfo: Use clang's preferred names for integer types 2021-10-06 16:02:34 -07:00
debug-info-enum-i128.cpp [AIX] Enable int128 in 64 bit mode 2021-10-15 16:23:04 +00:00
debug-info-enum.cpp
debug-info-explicit-cast.cpp
debug-info-export_symbols.cpp
debug-info-fn-template.cpp
debug-info-friend.cpp
debug-info-function-context.cpp
debug-info-fwd-ref.cpp
debug-info-fwd-template-param.cpp
debug-info-gline-tables-only-codeview.cpp
debug-info-gline-tables-only.cpp
debug-info-global-ctor-dtor.cpp
debug-info-global.cpp
debug-info-globalinit.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
debug-info-hotpatch-aarch64.cpp [Clang] Separate the 'debug-info-hotpatch' test in two parts: one for ARM and another for AArch64 2022-01-20 14:11:10 -05:00
debug-info-hotpatch-arm.cpp [Clang] Separate the 'debug-info-hotpatch' test in two parts: one for ARM and another for AArch64 2022-01-20 14:11:10 -05:00
debug-info-hotpatch.cpp [clang-cl] Support the /HOTPATCH flag 2022-01-20 12:57:19 -05:00
debug-info-indirect-field-decl.cpp
debug-info-inheriting-constructor.cpp
debug-info-inlined.cpp
debug-info-lambda.cpp
debug-info-large-constant.cpp
debug-info-limited-ctor.cpp
debug-info-limited.cpp
debug-info-line-if.cpp
debug-info-line.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
debug-info-loops.cpp
debug-info-member-call.cpp
debug-info-member.cpp
debug-info-method-nodebug.cpp
debug-info-method-spec.cpp
debug-info-method.cpp
debug-info-method2.cpp
debug-info-ms-abi.cpp
debug-info-ms-anonymous-tag.cpp
debug-info-ms-bitfields.cpp
debug-info-ms-dtor-thunks.cpp
debug-info-ms-ptr-to-member.cpp
debug-info-ms-vbase.cpp
debug-info-namespace.cpp
debug-info-nested-exprs.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
debug-info-nodebug.cpp
debug-info-noreturn.cpp
debug-info-nrvo.cpp
debug-info-nullptr.cpp
debug-info-objname.cpp Reland - [CodeView] Emit S_OBJNAME record 2021-12-21 19:02:14 -05:00
debug-info-programming-language.cpp [Debug-Info] guard DW_LANG_C_plus_plus_14 under strict dwarf 2021-06-16 03:17:56 +00:00
debug-info-ptr-to-member-function.cpp
debug-info-qualifiers.cpp
debug-info-range-for-var-names.cpp
debug-info-rvalue-ref.cpp [Debug-Info] handle DW_TAG_rvalue_reference_type at strict DWARF. 2021-05-23 21:24:13 -04:00
debug-info-scope.cpp
debug-info-scoped-class.cpp
debug-info-simple-template-names.cpp DebugInfo: Don't simplify names referencing local enums 2022-02-10 15:51:47 -08:00
debug-info-static-fns.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
debug-info-static-member.cpp
debug-info-template-align.cpp
debug-info-template-array.cpp
debug-info-template-deduction-guide.cpp [DebugInfo] Switch to using constructor homing (-debug-info-kind=constructor) by default when debug info is enabled 2021-07-26 17:24:42 -07:00
debug-info-template-explicit-specialization.cpp
debug-info-template-fwd.cpp
debug-info-template-limit.cpp
debug-info-template-member.cpp
debug-info-template-parameter.cpp
debug-info-template-partial-specialization.cpp
debug-info-template-quals.cpp
debug-info-template-recursive.cpp
debug-info-template.cpp DebugInfo: workaround for context-sensitive use of non-type-template-parameter integer suffixes 2021-11-01 17:08:26 -07:00
debug-info-this.cpp
debug-info-thunk-msabi.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
debug-info-thunk.cpp
debug-info-union-template.cpp
debug-info-union.cpp
debug-info-use-after-free.cpp
debug-info-uuid.cpp
debug-info-var-template-partial-spec.cpp [DIBuilder] Do not replace empty enum types 2021-08-30 12:33:03 -07:00
debug-info-var-template-partial.cpp
debug-info-varargs.cpp
debug-info-vla.cpp
debug-info-vtable-optzn.cpp
debug-info-wchar.cpp
debug-info-windows-dtor.cpp
debug-info-zero-length-arrays.cpp
debug-info.cpp
debug-lambda-expressions.cpp
debug-lambda-this.cpp
debug-prefix-map-lambda.cpp
decl-ref-init.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
default-arg-temps.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
default-arguments.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
default-constructor-default-argument.cpp
default-constructor-for-members.cpp
default-constructor-template-member.cpp
default-destructor-nested.cpp
default_calling_conv.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
deferred-global-init.cpp
delayed-template-parsing.cpp
delete-two-arg.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
delete.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
dependent-type-member-pointer.cpp
dereferenceable.cpp
derived-cast.cpp
derived-to-base-conv.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
derived-to-base.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
derived-to-virtual-base-class-calls-final.cpp
designated-init.cpp
destructor-calls.cpp
destructor-crash.cpp
destructor-debug-info.cpp
destructor-exception-spec.cpp
destructors.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
devirtualize-dtor-final.cpp
devirtualize-ms-dtor.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
devirtualize-virtual-function-calls-final.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
devirtualize-virtual-function-calls.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
difile_entry.cpp
discard-name-values.cpp
dllexport-alias.cpp
dllexport-ctor-closure-nested.cpp [dllexport] Instantiate default ctor default args 2021-08-23 15:56:29 -07:00
dllexport-ctor-closure.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
dllexport-dtor-thunks.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
dllexport-members.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
dllexport-missing-key.cpp
dllexport-ms-friend.cpp
dllexport-no-dllexport-inlines.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
dllexport-pr26549.cpp
dllexport-vtable-thunks.cpp
dllexport.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
dllimport-dtor-thunks.cpp
dllimport-members.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
dllimport-memptr-global.cpp
dllimport-missing-key.cpp
dllimport-rtti.cpp
dllimport-runtime-fns.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
dllimport-template-sdm.cpp
dllimport.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
dso-handle-custom.cpp [Clang] Support a user-defined __dso_handle 2021-06-07 12:54:08 +03:00
dso-local-executable.cpp
duplicate-mangled-name.cpp
dynamic-cast-always-null.cpp
dynamic-cast-hint.cpp
dynamic-cast.cpp
dynamic_cast-no-rtti.cpp
eh-aggregate-copy-destroy.cpp
eh-aggregated-inits-unwind.cpp
eh-aggregated-inits.cpp
eh.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
elide-call-reference.cpp
empty-classes.cpp
empty-nontrivially-copyable.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
empty-struct-init-list.cpp
empty-union.cpp
enable_if.cpp
enum.cpp
eval-recursive-constant.cpp
exception-spec-decay.cpp
exceptions-cxx-ehsc.cpp
exceptions-cxx-new.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
exceptions-no-rtti.cpp
exceptions-seh-filter-captures.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
exceptions-seh-filter-uwtable.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
exceptions-seh.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
exceptions.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
explicit-instantiation.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
expr.cpp
ext-int.cpp Revert fad7e491a0 with fixes applied 2022-01-29 08:12:16 -05:00
ext-vector-type-conditional.cpp Revert rest of `IRBuilderBase`'s short-circuiting folds 2021-10-28 02:15:14 +03:00
extern-c.cpp
extern-section-attribute.cpp
fastcall.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
fdebug-info-for-profiling.cpp [CSSPGO] Allow the use of debug-info-for-profiling and pseudo-probe-for-profiling together 2021-08-12 08:52:49 -07:00
field-access-debug-info.cpp
finegrain-bitfield-access.cpp
finegrain-bitfield-type.cpp
flatten.cpp Reland "[AlwaysInliner] Enable call site inlining to make flatten attribute working again (#53360)" 2022-01-26 01:11:06 +01:00
float16-declarations.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
float128-declarations.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
fno-unroll-loops-metadata.cpp
for-cond-var.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
for-loop-init-ternary-operator-statement.cpp [clang] Fix ternary operator in the second for loop statement 2021-05-16 10:42:52 -07:00
for-range-temporaries.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
for-range.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
forward-enum.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
fp16-mangle-arg-return.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
fp16-mangle.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
fp16-overload.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
friend-redecl.cpp
funcattrs-global-ctor-dtor.cpp
funcsig.cpp
function-template-explicit-specialization.cpp
function-template-specialization.cpp
global-array-destruction.cpp [CodeGen] Make element type in emitArrayDestroy() predictable 2022-01-11 09:25:29 +01:00
global-block-literal-helpers.cpp
global-dtor-no-atexit.cpp
global-init-darwin.cpp
global-init.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
global-llvm-constant.cpp
globalinit-loc.cpp
goto.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
guard_nocf.cpp
hidden-dllimport.cpp
homogeneous-aggregates.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
ibm128-declarations.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
implicit-copy-assign-operator.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
implicit-copy-constructor.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
implicit-exception-spec.cpp
implicit-instantiation-1.cpp
implicit-record-visibility.cpp
inalloca-lambda.cpp
inalloca-overaligned.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
inalloca-stmtexpr.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
inalloca-vector.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
incomplete-member-function-pointer.cpp
incomplete-types.cpp
inheriting-constructor-cleanup.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
inheriting-constructor.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
init-invariant.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
init-priority-attr.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
initializer-list-ctor-order.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
inline-dllexport-member.cpp
inline-functions.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
inline-hint.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
inline-template-hint.cpp
instantiate-blocks.cpp
instantiate-init-list.cpp
instantiate-init.cpp
instantiate-temporaries.cpp
instrument-functions.cpp
int64_uint64.cpp [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
internal-linkage.cpp
invalid.cpp
invariant.group-for-vptrs.cpp
key-function-vtable.cpp
lambda-conversion-op-cc.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
lambda-deterministic-captures.cpp
lambda-expressions-inside-auto-functions.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
lambda-expressions-nested-linkage.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
lambda-expressions.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
lambda-to-function-pointer-conversion.cpp
lifetime-sanitizer.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
linetable-cleanup.cpp
linetable-eh.cpp Fix -fno-unwind-tables -fasynchronous-unwind-tables to emit unwind tables 2021-09-23 16:15:40 -07:00
linetable-fnbegin.cpp
linetable-virtual-variadic.cpp
linkage.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
lpad-linetable.cpp
lto-visibility-inference.cpp
lvalue-bitcasts.cpp
m64-ptr.cpp
main-norecurse.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
mangle-98.cpp
mangle-abi-examples.cpp
mangle-abi-tag.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
mangle-address-space.cpp
mangle-alias-template.cpp
mangle-alignof.cpp
mangle-class-nttp.cpp
mangle-concept.cpp
mangle-cxx2a.cpp
mangle-exception-spec.cpp
mangle-exprs.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
mangle-extern-local.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
mangle-extreme.cpp
mangle-fail.cpp
mangle-lambda-explicit-template-params.cpp Fix bad mangling of <data-member-prefix> for a closure in the initializer of a variable at global namespace scope. 2021-05-12 13:13:21 -07:00
mangle-lambdas.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
mangle-literal-suffix.cpp
mangle-local-anonymous-unions.cpp
mangle-local-class-names.cpp
mangle-local-class-vtables.cpp
mangle-local-classes-nested.cpp
mangle-long-double.cpp
mangle-mingw.cpp
mangle-ms-abi-examples.cpp
mangle-ms-arg-qualifiers.cpp
mangle-ms-auto-templates.cpp
mangle-ms-back-references-pr13207.cpp
mangle-ms-back-references.cpp
mangle-ms-cxx11.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
mangle-ms-cxx14.cpp
mangle-ms-cxx17.cpp
mangle-ms-exception-spec.cpp
mangle-ms-md5.cpp
mangle-ms-return-qualifiers.cpp
mangle-ms-string-literals.cpp
mangle-ms-template-callback.cpp
mangle-ms-templates-memptrs-2.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
mangle-ms-templates-memptrs.cpp
mangle-ms-templates.cpp
mangle-ms-thunks-covariant.cpp
mangle-ms-vector-types.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
mangle-ms.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
mangle-neon-vectors.cpp
mangle-nullptr-arg.cpp
mangle-ptr-size-address-space.cpp
mangle-ref-qualifiers.cpp
mangle-std-externc.cpp
mangle-subst-std.cpp
mangle-subst.cpp
mangle-system-header.cpp
mangle-template.cpp
mangle-this-cxx11.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
mangle-unnameable-conversions.cpp
mangle-unnamed.cpp
mangle-valist.cpp
mangle-variadic-templates.cpp
mangle-win-ccs.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
mangle-win64-ccs.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
mangle-windows.cpp
mangle.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
matrix-casts.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
matrix-type-builtins.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
matrix-type-operators.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
matrix-type.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
may_alias.cpp
member-alignment.cpp
member-call-parens.cpp
member-data-pointers.cpp
member-expr-references-variable.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
member-expressions.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
member-function-pointer-calls.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
member-function-pointers.cpp
member-functions.cpp
member-init-anon-union.cpp
member-init-assignment.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
member-init-struct.cpp
member-init-union.cpp
member-templates.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
merge-all-constants-references.cpp Remove reference type when checking const structs 2022-01-28 13:08:58 -08:00
merge-functions.cpp [test] Remove tests pinned to the legacy PM 2021-10-18 16:40:46 -07:00
microsoft-abi-alignment-fail.cpp
microsoft-abi-arg-order.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
microsoft-abi-array-cookies.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
microsoft-abi-byval-sret.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
microsoft-abi-byval-thunks.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
microsoft-abi-byval-vararg.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
microsoft-abi-cdecl-method-sret.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
microsoft-abi-constexpr-vs-inheritance.cpp
microsoft-abi-default-cc.cpp
microsoft-abi-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
microsoft-abi-eh-catch.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
microsoft-abi-eh-cleanups.cpp Don't assume that a new cleanup was added to InnermostEHScope. 2022-02-04 23:39:42 -05:00
microsoft-abi-eh-inlineasm.cpp
microsoft-abi-eh-terminate.cpp
microsoft-abi-emit-dependent.cpp
microsoft-abi-extern-template.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
microsoft-abi-member-pointers.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
microsoft-abi-methods.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
microsoft-abi-multiple-nonvirtual-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
microsoft-abi-non-virtual-base-ordering.cpp
microsoft-abi-nontrivial-covariant-thunk.cpp
microsoft-abi-rtti.cpp
microsoft-abi-sret-and-byval.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
microsoft-abi-static-initializers.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
microsoft-abi-structors-alias.cpp
microsoft-abi-structors-delayed-template.cpp
microsoft-abi-structors.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
microsoft-abi-template-static-init.cpp COFF/ELF: Place llvm.global_ctors elements in llvm.used if comdat is used 2021-07-28 11:44:19 -07:00
microsoft-abi-this-nullable.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
microsoft-abi-thread-safe-statics.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
microsoft-abi-throw.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
microsoft-abi-thunks.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
microsoft-abi-try-throw.cpp
microsoft-abi-typeid.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
microsoft-abi-unknown-arch.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
microsoft-abi-vbase-dtor.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
microsoft-abi-vbtables.cpp
microsoft-abi-vftables.cpp
microsoft-abi-virtual-inheritance-vtordisps.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
microsoft-abi-virtual-inheritance.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
microsoft-abi-virtual-member-pointers.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
microsoft-abi-vmemptr-conflicts.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
microsoft-abi-vmemptr-fastcall.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
microsoft-abi-vmemptr-vbase.cpp
microsoft-abi-vtables-ambiguous.cpp
microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp
microsoft-abi-vtables-multiple-nonvirtual-inheritance-pure-virtual.cpp
microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp
microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.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
microsoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors.cpp
microsoft-abi-vtables-return-thunks.cpp
microsoft-abi-vtables-single-inheritance.cpp
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp
microsoft-abi-vtables-virtual-inheritance.cpp
microsoft-compatibility.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
microsoft-inaccessible-base.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
microsoft-interface.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
microsoft-new.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
microsoft-no-rtti-data.cpp
microsoft-templ-uuidof.cpp
microsoft-uuidof-mangling.cpp
microsoft-uuidof.cpp
mingw-new-abi.cpp
mingw-template-dllexport.cpp
mingw-thread-local.cpp
mingw-w64-exceptions.c
mingw-w64-seh-exceptions.cpp
mips-size_t-ptrdiff_t.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
module-extern-C.cpp [NFC] Fix C++20 module test in PPC and warning 2021-12-08 14:25:51 +08:00
move-assignment.cpp
ms-constexpr-static-data-member.cpp
ms-inline-asm-fields.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
ms-inline-asm-return.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
ms-integer-static-data-members-exported.cpp
ms-integer-static-data-members.cpp
ms-lookup-template-base-classes.cpp
ms-novtable.cpp
ms-property.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
ms-thread_local.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
ms-thunks-ehspec.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
ms-thunks-unprototyped-return.cpp
ms-thunks-unprototyped.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
ms-thunks-variadic-return.cpp
ms-union-member-ref.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
ms_struct.cpp
ms_wide_predefined_expr.cpp
msabi-blocks.cpp
msabi-ctor-abstract-vbase.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
msabi-swiftcall-cc.cpp
multi-dim-operator-new.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
multi-versioning-internal-linkage.cpp Fix test failure from e3b10525b4 2021-09-17 06:21:55 -07:00
naked.cpp
namespace-aliases.cpp
nested-base-member-access.cpp
new-alias.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
new-array-init-exceptions.cpp
new-array-init.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
new-infallible.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
new-operator-phi.cpp
new-overflow.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
new-with-default-arg.cpp
new.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-const-init-cxx2a.cpp
no-elide-constructors.cpp
no-exceptions.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
no-lto-unit.cpp
no-odr-use.cpp
no-opt-volatile-memcpy.cpp
no-unique-address-2.cpp
no-unique-address.cpp
no_destroy.cpp
noescape.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
noexcept.cpp Skip exception cleanups when the innermost scope is EHTerminateScope. 2022-02-02 17:50:18 -05:00
noinline-template.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
non-const-init-cxx2a.cpp
nonconst-init.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
nrvo-noreturn.cpp
nrvo.cpp [NFC][clang] Autogenerate checklines in CodeGenCXX/nrvo.cpp 2022-02-08 18:27:54 +03:00
nullptr.cpp
observe-noexcept.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
odr-use-lookahead.cpp
operator-new.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
optnone-and-attributes.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
optnone-class-members.cpp
optnone-def-decl.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
optnone-pragma-optimize-off.cpp
optnone-templates.cpp
overload-binop-implicitconvert.cpp
override-bit-field-layout.cpp
override-layout-nameless-struct-union.cpp
override-layout-packed-base.cpp
override-layout-virtual-base.cpp
override-layout.cpp
p2085.cpp [clang] p2085 out-of-class comparison operator defaulting 2021-12-16 07:22:46 -08:00
partial-destruction.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
partial-init.cpp
pass-by-value-noalias.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
pass-object-size.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
personality.cpp
pod-member-memcpys.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
pointers-to-data-members.cpp
poly-unsigned.cpp [ARM/AArch64] Move REQUIRES after update_cc_test_checks line. NFC 2021-11-13 19:09:01 +00:00
powerpc-byval.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
ppc-mangle-mma-types.cpp [PowerPC][MMA] Allow MMA builtin types in pre-P10 compilation units 2021-10-05 07:59:32 -05:00
ppc32-varargs-method.cpp
pr9130.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
pr9965.cpp
pr11797.cpp
pr12104.cpp
pr12104.h
pr12251.cpp
pr13396.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
pr15753.cpp
pr18635.cpp
pr18661.cpp
pr18962.cpp
pr20719.cpp
pr20897.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
pr21989.cpp
pr24097.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
pr27030.cpp Revert rest of `IRBuilderBase`'s short-circuiting folds 2021-10-28 02:15:14 +03:00
pr28360.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
pr29160.cpp
pr30731.cpp
pr31054.cpp
pr33080.cpp
pr34163.cpp
pr40771-ctad-with-lambda-copy-capture.cpp
pr45964-decomp-transform.cpp [Clang] Fix instantiation of OpaqueValueExprs (Bug #45964) 2021-11-06 10:06:38 +02:00
pr47636.cpp
pragma-followup_inner.cpp
pragma-followup_outer.cpp
pragma-gcc-unroll.cpp
pragma-init_seg.cpp
pragma-loop-distribute.cpp
pragma-loop-pr27643.cpp
pragma-loop-predicate.cpp
pragma-loop-safety-imperfectly_nested.cpp
pragma-loop-safety-nested.cpp
pragma-loop-safety-outer.cpp
pragma-loop-safety.cpp
pragma-loop.cpp
pragma-pack-2.cpp
pragma-pack-3.cpp
pragma-pack.cpp
pragma-pipeline.cpp
pragma-unroll-and-jam.cpp
pragma-unroll.cpp
pragma-visibility.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
pragma-weak.cpp
predefined-expr-cxx14.cpp
predefined-expr-sizeof.cpp
predefined-expr.cpp
profile-remap-error.cpp
profile-remap.cpp
ps4-dllstorage-vtable-rtti.cpp
ptr-to-datamember.cpp
ptr-to-member-function.cpp
redefine_extname.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
reference-bind-default-argument.cpp
reference-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
reference-field.cpp
reference-in-block-args.cpp
reference-in-blocks.cpp
reference-init.cpp
reference-temporary-ms.cpp Don't dllexport reference temporaries 2022-02-04 16:31:51 +01:00
references.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
regcall.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
regparm.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
reinterpret-cast.cpp
return.cpp
rtti-fundamental.cpp
rtti-hidden.cpp
rtti-layout.cpp
rtti-linkage.cpp
rtti-mingw64.cpp
rtti-qualfn.cpp
rtti-visibility.cpp
runtime-dllstorage.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
runtimecc.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
rvalue-references.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
sanitize-dtor-bit-field.cpp
sanitize-dtor-callback.cpp
sanitize-dtor-derived-class.cpp
sanitize-dtor-fn-attribute.cpp
sanitize-dtor-nontrivial-virtual-base.cpp
sanitize-dtor-repress-aliasing.cpp
sanitize-dtor-tail-call.cpp
sanitize-dtor-trivial.cpp
sanitize-dtor-vtable.cpp
sanitize-dtor-zero-size-field.cpp
sanitize-no-dtor-callback.cpp
scoped-enums-debug-info.cpp
scoped-enums.cpp
sections.cpp
sizeof-unwind-exception.cpp
skip-vtable-pointer-initialization.cpp
sparcv9-abi.cpp
specialized-static-data-mem-init.cpp
speculative-vtt.cpp
split-stacks.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
stack-reuse-exceptions.cpp
stack-reuse-miscompile.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
stack-reuse.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
standalone-debug-attribute.cpp
static-assert.cpp
static-data-member-single-emission.cpp
static-data-member.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
static-destructor.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
static-init-1.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
static-init-2.cpp
static-init-3.cpp
static-init-4.cpp
static-init-wasm.cpp [clang][WebAssembly] Imply -fno-threadsafe-static when threading is disabled 2022-01-31 14:26:09 -08:00
static-init.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
static-initializer-branch-weights.cpp
static-local-in-local-class.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
static-member-variable-explicit-specialization.cpp COFF/ELF: Place llvm.global_ctors elements in llvm.used if comdat is used 2021-07-28 11:44:19 -07:00
static-mutable.cpp
std-byte.cpp
stmtexpr.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
strict-vtable-pointers.cpp
switch-case-folding-1.cpp
switch-case-folding-2.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
switch-case-folding.cpp
symbol-partition.cpp
tail-padding.cpp
target-features-error.cpp
temp-order.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
template-anonymous-types.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
template-anonymous-union-member-initializer.cpp
template-dependent-bind-temporary.cpp
template-inner-struct-visibility-hidden.cpp
template-instantiation.cpp
template-linkage.cpp
template-param-objects.cpp [ConstantFold] Remove unnecessary bounded index restriction 2022-01-04 15:23:09 +01:00
template-static-var-defer.cpp
temporaries.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
thinlto-distributed-type-metadata.cpp
this-nonnull.cpp [IRGen] Do not overwrite existing attributes in CGCall. 2022-01-20 13:45:19 +00:00
thiscall-struct-return.cpp
threadsafe-statics-exceptions.cpp
threadsafe-statics.cpp Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
throw-expression-cleanup.cpp
throw-expression-dtor.cpp
throw-expressions.cpp
thunk-linkonce-odr.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
thunk-returning-memptr.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
thunk-use-after-free.cpp
thunks-available-externally.cpp
thunks-ehspec.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
thunks.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
tls-init-funcs.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
tmp-md-nodes1.cpp
tmp-md-nodes2.cpp
trap-fnattr.cpp
trivial-auto-var-init-attribute.cpp
trivial-auto-var-init.cpp [clang][auto-init] Provide __builtin_alloca*_uninitialized variants 2022-01-12 15:13:10 +01:00
trivial-constructor-init.cpp
trivial_abi.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
try-catch.cpp
type-cache-2.cpp [clang] Properly cache member pointer LLVM types 2022-02-08 13:22:24 -08:00
type-cache-3.cpp [clang] Properly cache member pointer LLVM types 2022-02-08 13:22:24 -08:00
type-cache.cpp [clang] Properly cache member pointer LLVM types 2022-02-08 13:22:24 -08:00
type-metadata-memfun.cpp
type-metadata-thinlto.cpp
type-metadata.cpp
type-traits.cpp
type_visibility.cpp
typeid-cxx11.cpp
typeid-should-throw.cpp
typeid.cpp
typeinfo
ubsan-bitfields.cpp
ubsan-check-debuglocs.cpp
ubsan-coroutines.cpp [Coroutines] [Frontend] Lookup in std namespace first 2021-11-04 11:53:47 +08:00
ubsan-ctor-srcloc.cpp
ubsan-devirtualized-calls.cpp
ubsan-function-noexcept.cpp
ubsan-global-alignment.cpp
ubsan-new-checks.cpp
ubsan-nullability-arg.cpp
ubsan-nullability-assign.cpp
ubsan-suppress-checks.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
ubsan-type-checks.cpp
ubsan-unreachable.cpp
ubsan-vtable-checks.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
unaligned-member-qualifier.cpp
unaligned.cpp
uncode-string.cpp
uncopyable-args.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
union-dtor.cpp
union-tbaa2.cpp
unknown-anytype.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
unwind-inline-asm.cpp Support unwinding from inline assembly 2021-05-13 19:13:03 +01:00
used-decl-visitor.cpp
value-init.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
vararg-conversion-ctor.cpp
vararg-non-pod-ms-compat.cpp
vararg-non-pod.cpp
varargs.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
variadic-templates.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
vcall-visibility-metadata.cpp
vector-size-conditional.cpp
vector-splat-conversion.cpp
virt-canonical-decl.cpp
virt-dtor-gen.cpp
virt-dtor-key.cpp
virt-template-vtable.cpp
virt-thunk-reference.cpp
virtual-base-cast.cpp Revert "[NFC] `IRBuilderBase::CreateAdd()`: place constant onto RHS" 2021-10-27 22:21:37 +03:00
virtual-base-ctor.cpp
virtual-base-destructor-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
virtual-bases.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-compare.cpp
virtual-destructor-calls.cpp
virtual-destructor-synthesis.cpp
virtual-function-attrs.cpp
virtual-function-calls.cpp
virtual-function-elimination.cpp
virtual-functions-incomplete-types.cpp
virtual-implicit-copy-assignment.cpp
virtual-implicit-move-assignment.cpp
virtual-inherited-destructor.cpp
virtual-operator-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
virtual-pseudo-destructor-call.cpp
visibility-dllstorageclass.cpp
visibility-hidden-extern-templates.cpp
visibility-inlines-hidden-static-local-var.cpp
visibility-inlines-hidden-staticvar.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
visibility-inlines-hidden.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
visibility-ms-compat.cpp
visibility-pr36810.cpp
visibility.cpp
vla-consruct.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
vla-lambda-capturing.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
vla.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
vlt_to_reference.cpp
volatile-1.cpp Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`" 2021-10-27 22:21:37 +03:00
volatile.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-align.cpp
vtable-assume-load.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-available-externally.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-cast-crash.cpp
vtable-consteval.cpp
vtable-constexpr.cpp
vtable-debug-info.cpp
vtable-holder-self-reference.cpp
vtable-key-function-arm.cpp
vtable-key-function-ios.cpp
vtable-key-function-win-comdat.cpp
vtable-key-function.cpp
vtable-layout-abi-examples.cpp
vtable-layout-extreme.cpp
vtable-layout.cpp
vtable-linkage.cpp
vtable-pointer-initialization.cpp
vtt-layout.cpp
warn-padded-packed.cpp
wasm-args-returns.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
wasm-eh.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
wasm-sanitize-vptr.cpp
weak-extern-typeinfo.cpp
weak-external.cpp
windows-implicit-dllexport-template-specialization.cpp
windows-itanium-dllexport.cpp
windows-itanium-exceptions.cpp
windows-itanium-type-info.cpp
windows-on-arm-itanium-thread-local.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
windows-on-arm-stack-probe-size.cpp
windows-x86-swiftcall.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
x86_32-arguments.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
x86_64-arguments-avx.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
x86_64-arguments-nacl-x32.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
x86_64-arguments.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