llvm-project/clang/test/CodeGenCXX
David Blaikie bf22a4eaee DebugInfo: Generalize debug info location handling
This is a more scalable (fixed in mostly one place, rather than many
places that will need constant improvement/maintenance) solution to
several commits I've made recently to increase source fidelity for
subexpressions.

This resetting had to be done at the DebugLoc level (not the
SourceLocation level) to preserve scoping information (if the resetting
was done with CGDebugInfo::EmitLocation, it would've caused the tail end
of an expression's codegen to end up in a potentially different scope
than the start, even though it was at the same source location). The
drawback to this is that it might leave CGDebugInfo out of sync. Ideally
CGDebugInfo shouldn't have a duplicate sense of the current
SourceLocation, but for now it seems it does... - I don't think I'm
going to tackle removing that just now.

I expect this'll probably cause some more buildbot fallout & I'll
investigate that as it comes up.

Also these sort of improvements might be starting to show a weakness/bug
in LLVM's line table handling: we don't correctly emit is_stmt for
statements, we just put it on every line table entry. This means one
statement split over multiple lines appears as multiple 'statements' and
two statements on one line (without column info) are treated as one
statement.

I don't think we have any IR representation of statements that would
help us distinguish these cases and identify the beginning of each
statement - so that might be something we need to add (possibly to the
lexical scope chain - a scope for each statement). This does cause some
problems for GDB and possibly other DWARF consumers.

llvm-svn: 224385
2014-12-16 22:49:17 +00:00
..
Inputs DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins. 2014-07-16 23:52:46 +00:00
2003-11-02-WeakLinkage.cpp Migrate, FileCheckize and update: 2011-08-20 00:17:18 +00:00
2003-11-18-PtrMemConstantInitializer.cpp Migrate, FileCheckize and update: 2011-08-20 00:17:18 +00:00
2003-11-27-MultipleInheritanceThunk.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
2003-11-29-DuplicatedCleanupTest.cpp Migrate, FileCheckize and update: 2011-08-20 00:17:18 +00:00
2003-12-08-ArrayOfPtrToMemberFunc.cpp Migrate, FileCheckize and update: 2011-08-20 00:17:18 +00:00
2004-01-11-DynamicInitializedConstant.cpp Migrate, FileCheckize and update: 2011-08-20 00:17:18 +00:00
2004-03-08-ReinterpretCastCopy.cpp Remove FIXME and hardcoded triple from this test (PR18251) 2014-02-12 21:40:46 +00:00
2004-03-09-UnmangledBuiltinMethods.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
2004-03-15-CleanupsAndGotos.cpp Migrate, FileCheckize and update: 2011-08-20 00:09:39 +00:00
2004-06-08-LateTemplateInstantiation.cpp Migrate, FileCheckize and update: 2011-08-20 00:09:39 +00:00
2004-09-27-DidntEmitTemplate.cpp Migrate, FileCheckize and update: 2011-08-20 00:09:39 +00:00
2004-11-27-ExceptionCleanupAssertion.cpp Migrate, FileCheckize and update: 2011-08-20 00:09:39 +00:00
2004-11-27-FriendDefaultArgCrash.cpp Implement DR136 2013-06-25 23:09:30 +00:00
2005-01-03-StaticInitializers.cpp clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. 2012-09-12 10:45:40 +00:00
2005-02-11-AnonymousUnion.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2005-02-13-BadDynamicInit.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2005-02-19-BitfieldStructCrash.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2005-02-19-UnnamedVirtualThunkArgument.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2005-02-20-BrokenReferenceTest.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2006-03-01-GimplifyCrash.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2006-03-06-C++RecurseCrash.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2006-09-12-OpaqueStructCrash.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
2006-10-30-ClassBitfield.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2006-11-20-GlobalSymbols.cpp Modify the check line to be happier on windows. 2011-08-19 23:46:18 +00:00
2006-11-30-ConstantExprCrash.cpp Migrate, FileCheckize and update: 2011-08-19 23:41:35 +00:00
2007-01-02-UnboundedArray.cpp Migrate 2007-01-02-UnboundedArray.cpp from llvm/test/FrontendC++. 2011-08-19 23:15:04 +00:00
2007-01-06-PtrMethodInit.cpp This test isn't portable to non-x86 platforms; specify a triple. 2011-11-08 19:55:32 +00:00
2007-04-05-PackedBitFields-1.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-04-05-PackedBitFieldsOverlap-2.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-04-05-PackedBitFieldsOverlap.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-04-05-PackedBitFieldsSmall.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-04-05-StructPackedFieldUnpacked.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-04-10-PackedUnion.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-04-14-FNoBuiltin.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-05-03-VectorInit.cpp Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
2007-07-29-RestrictPtrArg.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-07-29-RestrictRefArg.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-09-10-RecursiveTypeResolution.cpp Migrate: 2011-08-19 23:08:33 +00:00
2007-10-01-StructResize.cpp Migrate 2007-10-01-StructResize.cpp from llvm/test/FrontendC++. 2011-08-19 22:25:02 +00:00
2008-01-12-VecInit.cpp Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++. 2011-08-19 22:16:30 +00:00
2008-05-07-CrazyOffsetOf.cpp Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test/FrontendC++. 2011-08-19 22:16:28 +00:00
2009-03-17-dbg.cpp Try removing xfail and xtarget to see if this brings back a couple of bots. 2011-08-19 23:17:46 +00:00
2009-04-23-bool2.cpp Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++. 2011-08-19 22:16:21 +00:00
2009-05-04-PureConstNounwind.cpp Add more of the command line options as attribute flags. 2013-02-28 22:49:57 +00:00
2009-06-16-DebugInfoCrash.cpp Migrate 2009-06-16-DebugInfoCrash.cpp from llvm/test/FrontendC++. 2011-08-19 21:51:07 +00:00
2009-07-16-Using.cpp Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++. 2011-08-19 21:51:01 +00:00
2009-08-05-ZeroInitWidth.cpp Migrate 2009-08-05-ZeroInitWidth.cpp from llvm/test/FrontendC++. 2011-08-19 21:51:03 +00:00
2009-08-11-VectorRetTy.cpp Migrate 2009-08-11-VectorRetTy.cpp from llvm/test/FrontendC++. 2011-08-19 21:50:59 +00:00
2009-09-09-packed-layout.cpp Migrate 2009-09-09-packed-layout.cpp test from llvm/test/FrontendC++. 2011-08-19 21:24:41 +00:00
2009-10-27-crash.cpp Migrate 2009-10-27-crash.cpp from llvm/test/FrontendC++. 2011-08-19 21:24:39 +00:00
2009-12-23-MissingSext.cpp Add a triple to this test. It depends on little-endian bitfield layout. 2012-12-09 10:39:18 +00:00
2010-03-09-AnonAggregate.cpp
2010-05-10-Var-DbgInfo.cpp Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
2010-05-11-alwaysinlineinstantiation.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
2010-05-12-PtrToMember-Dbg.cpp Migrate from llvm/test/FrontendC++. 2011-08-16 21:41:50 +00:00
2010-06-21-LocalVarDbg.cpp Migrate test from llvm/test/FrontendC++ and FileCheckize. 2011-08-16 21:41:48 +00:00
2010-06-22-BitfieldInit.cpp Migrate test from llvm/test/FrontendC++. 2011-08-16 21:41:46 +00:00
2010-06-22-ZeroBitfield.cpp Migrate from llvm/test/FrontendC++. 2011-08-16 21:41:44 +00:00
2010-07-23-DeclLoc.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
2011-12-19-init-list-ctor.cpp Revert r146766, and add a testcase for which it introduced a wrong-code bug. 2011-12-20 04:00:21 +00:00
2012-02-06-VecInitialization.cpp Test for r149855. 2012-02-06 08:31:19 +00:00
2012-03-16-StoreAlign.cpp Make the storing variable's name generic. 2012-03-16 23:37:23 +00:00
DynArrayInit.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
PR4827-cast.cpp
PR4983-constructor-conversion.cpp
PR5050-constructor-conversion.cpp Check IR instead of assembly in this test. 2013-12-03 13:57:25 +00:00
PR5093-static-member-function.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
PR5834-constructor-conversion.cpp
PR5863-unreachable-block.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
PR6474.cpp
PR19955.cpp AST: Address of dllimport functions isn't constant 2014-06-24 06:40:51 +00:00
PR20038.cpp DebugInfo: Generalize debug info location handling 2014-12-16 22:49:17 +00:00
__null.cpp
aarch64-arguments.cpp AArch64/ARM64: update Clang after AArch64 removal. 2014-05-24 12:51:25 +00:00
aarch64-cxxabi.cpp AArch64/ARM64: update Clang after AArch64 removal. 2014-05-24 12:51:25 +00:00
aarch64-mangle-neon-vectors.cpp Remove some incorrect test suppressions 2014-06-30 01:34:09 +00:00
aarch64-neon.cpp Remove some incorrect test suppressions 2014-06-30 01:34:09 +00:00
abstract-class-ctors-dtors.cpp FileCheck's -LABEL cannot be combined with -NOT or -DAG 2014-02-16 07:28:50 +00:00
address-of-fntemplate.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
address-space-ref.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
align-avx-complete-objects.cpp Introduce f[no-]max-unknown-pointer-align=[number] option 2014-08-05 18:37:48 +00:00
alloca-align.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
anonymous-namespaces.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
anonymous-union-member-initializer.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
apple-kext-guard-variable.cpp rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
apple-kext-indirect-call-2.C
apple-kext-indirect-call.C
apple-kext-indirect-virtual-dtor-call.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
apple-kext-linkage.C CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
apple-kext-no-staticinit-section.C
apple-kext.cpp Use comdats to avoid double initialization of weak data 2014-05-23 21:13:45 +00:00
arm-cc.cpp
arm-vaarg.cpp Teach ARM va_arg to ignore empty structs. 2013-06-21 23:05:33 +00:00
arm.cpp Remove "CH_ECK" line (which is ignored) from test after r154191. 2014-05-07 16:25:32 +00:00
arm64-constructor-return.cpp ARM64: initial clang support commit. 2014-03-29 15:09:45 +00:00
arm64-darwinpcs.cpp ARM64: initial clang support commit. 2014-03-29 15:09:45 +00:00
arm64-empty-struct.cpp ARM64: initial clang support commit. 2014-03-29 15:09:45 +00:00
arm64.cpp ARM64: initial clang support commit. 2014-03-29 15:09:45 +00:00
array-construction.cpp Check IR in this test. 2013-12-03 14:06:23 +00:00
array-operator-delete-call.cpp Check IR in this test. 2013-12-03 14:09:19 +00:00
array-pointer-decay.cpp
array-value-initialize.cpp
asm.cpp
assign-construct-memcpy.cpp CodeGen: Copy tail padding when we're not dealing with a trivial copy assign or move assign operator. 2012-09-30 12:43:37 +00:00
assign-operator.cpp Remove another questionable use of hasTrivial*. The relevant thing for this 2012-11-14 00:50:40 +00:00
atomic.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
atomicinit.cpp CodeGen: ConstStructBuilder must verify packed constraints after padding 2014-10-19 23:40:06 +00:00
attr-cleanup.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
attr-used.cpp Re-commit r214547 with tests fixed. Hopefully all the bots will be happy now. 2014-08-01 20:39:36 +00:00
attr.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
bitfield-layout.cpp Complete Rewrite of CGRecordLayoutBuilder 2014-02-21 23:49:50 +00:00
bitfield.cpp Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior flags. 2014-03-20 10:48:29 +00:00
block-byref-cxx-objc.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
block-destruct.cpp
block-in-ctor-dtor.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
block.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
blocks-cxx11.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
blocks.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
bool-bitfield.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
builtins.cpp clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts. 2013-11-02 02:58:42 +00:00
c-linkage.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
c99-variable-length-array.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
call-arg-zero-temp.cpp clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/ 2013-12-04 03:41:33 +00:00
call-with-static-chain.cpp Implement the __builtin_call_with_static_chain GNU extension. 2014-12-12 23:41:25 +00:00
captured-statements.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
cast-conversion.cpp Check IR in this test. 2013-12-03 14:16:22 +00:00
casts.cpp
catch-undef-behavior.cpp Update test to check for prologue instead of prefix 2014-12-03 02:37:10 +00:00
catch-undef-behavior2.cpp Remove an incorrect optimization inside Clang's IRGen. Its check to determine 2013-11-08 23:00:12 +00:00
class-layout.cpp CodeGen: Don't crash when initializing pointer-to-member fields in bases 2014-09-28 06:39:30 +00:00
compound-literals.cpp CodeGen: Compound literals with funny types shouldn't crash 2014-12-14 12:16:43 +00:00
condition.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
conditional-expr-lvalue.cpp Since the 'is aliased' bit is critical for correctness in C++, it 2011-08-26 07:31:35 +00:00
conditional-gnu-ext.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
conditional-temporaries.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
const-base-cast.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
const-global-linkage.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
const-init-cxx1y.cpp AST: Update reference temporary mangling 2014-05-06 22:49:16 +00:00
const-init-cxx11.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
const-init.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
constructor-alias.cpp Don't try to set attributes in alias, they have none. 2013-03-19 15:03:47 +00:00
constructor-attr.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
constructor-conversion.cpp check IR in this test. 2013-12-03 14:19:02 +00:00
constructor-convert.cpp When performing a user-defined conversion via a constructor, be sure 2011-10-10 22:41:00 +00:00
constructor-default-arg.cpp check IR in this test. 2013-12-03 14:21:57 +00:00
constructor-destructor-return-this.cpp CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned' 2014-11-01 05:42:23 +00:00
constructor-direct-call.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
constructor-for-array-members.cpp check IR in this test 2013-12-03 14:23:52 +00:00
constructor-init-reference.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
constructor-init.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
constructor-template.cpp clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/ 2013-12-04 03:41:33 +00:00
constructors.cpp Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests. 2014-05-28 09:56:42 +00:00
conversion-function.cpp Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
conversion-operator-base.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
convert-to-fptr.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
copy-assign-synthesis-1.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
copy-assign-synthesis-2.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
copy-assign-synthesis-3.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
copy-assign-synthesis.cpp Replace 'grep foo | count 0' with 'not grep foo'. 2013-07-04 15:22:16 +00:00
copy-assign-volatile-synthesis.cpp Don't emit memcpy for copying fields of arrays of volatile elements. 2011-08-09 00:26:11 +00:00
copy-constructor-elim-2.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
copy-constructor-elim.cpp [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects 2014-02-01 00:04:45 +00:00
copy-constructor-synthesis-2.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
copy-constructor-synthesis.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
copy-in-cplus-object.cpp
copy-initialization.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
coverage.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
cp-blocks-linetables.cpp * Attempt to un-break gdb buildbot by emitting a lexical block end only 2013-04-01 19:02:06 +00:00
crash.cpp Add test from pr17476. 2013-10-04 14:33:42 +00:00
ctor-dtor-alias.cpp Don't try to use C5/D5 comdats in COFF. 2014-09-16 20:19:43 +00:00
ctor-globalopt.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
cxx-apple-kext.cpp rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
cxx-block-objects.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
cxx0x-defaulted-templates.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
cxx0x-delegating-ctors.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
cxx0x-initializer-array.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
cxx0x-initializer-constructors.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
cxx0x-initializer-references.cpp Provide fixed target triples to make test results consistent across ARM hosts. 2012-09-10 23:06:08 +00:00
cxx0x-initializer-scalars.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
cxx0x-initializer-stdinitializerlist-pr12086.cpp AST: Update reference temporary mangling 2014-05-06 22:49:16 +00:00
cxx0x-initializer-stdinitializerlist-startend.cpp AST: Update reference temporary mangling 2014-05-06 22:49:16 +00:00
cxx0x-initializer-stdinitializerlist.cpp PR20445: Properly transform the initializer in a CXXNewExpr rather than running 2014-07-25 01:12:44 +00:00
cxx1y-deduced-return-type.cpp Add missing triple to CodeGen test. 2013-05-13 00:29:57 +00:00
cxx1y-init-captures.cpp Switch from putting init capture VarDecls in the surrounding DeclContext to 2013-09-28 04:31:26 +00:00
cxx1y-initializer-aggregate.cpp Fix brace init of unions with unnamed struct members 2014-11-12 21:30:23 +00:00
cxx1y-sized-deallocation.cpp PR17983: Fix crasher bug in C++1y mode when performing a non-global array 2013-12-05 08:30:59 +00:00
cxx1y-variable-template-linkage.cpp clang/test/CodeGenCXX/cxx1y-variable-template-linkage.cpp: Appease -Asserts build. 2014-07-26 00:28:09 +00:00
cxx1y-variable-template.cpp CodeGen: Fix linkage of reference temporaries 2014-04-28 22:17:59 +00:00
cxx1z-fold-expression.cpp Update fold-expression mangling to match cxx-abi-dev discussion. 2014-11-10 19:44:15 +00:00
cxx11-exception-spec.cpp Call ResolveExceptionSpec for non-OdrUsed functions. 2014-08-27 17:04:39 +00:00
cxx11-initializer-aggregate.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
cxx11-initializer-array-new.cpp When emitting a multidimensional array new, emit the initializers for the 2014-06-03 06:58:52 +00:00
cxx11-noreturn.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
cxx11-special-members.cpp Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImplicit* 2014-09-25 20:55:00 +00:00
cxx11-thread-local-reference.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
cxx11-thread-local.cpp Update for llvm change. 2014-07-30 22:52:16 +00:00
cxx11-trivial-initializer-struct.cpp Add -std=c++98 to the test and minor improvment in addition. 2013-01-11 17:33:57 +00:00
cxx11-unrestricted-union.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
cxx11-user-defined-literal.cpp Support for raw and template forms of numeric user-defined literals, 2012-03-09 08:00:36 +00:00
cxx11-vtable-key-function.cpp Flesh out test for defaulted key functions a bit more. 2012-08-03 15:43:22 +00:00
debug-info-access.cpp Revert "Revert "DI: LLVM schema change: fold constants into string"" 2014-10-03 20:01:52 +00:00
debug-info-alias.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-anon-union-vars.cpp Add global static variables for anonymous union fields. This makes 2014-04-10 05:20:00 +00:00
debug-info-artificial-arg.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-blocks.cpp Initialize debug info for special cases of functions that lack declarations and are generated by Clang (global initializers/destructors, thunks) . Fixes PR13942. 2012-10-25 10:18:50 +00:00
debug-info-byval.cpp Use an Itanium triple in DWARF debug info tests 2014-01-30 01:01:36 +00:00
debug-info-char16.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
debug-info-class-limited-plugin.test DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins. 2014-07-16 23:52:46 +00:00
debug-info-class-limited.test DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer to fix debug info emission in the presence of plugins. 2014-07-16 23:52:46 +00:00
debug-info-class-nolimit.cpp Implement a new -fstandalone-debug option. rdar://problem/15685848 2014-01-07 01:19:08 +00:00
debug-info-class.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-context.cpp Testcase for PR11345. 2012-01-20 22:10:18 +00:00
debug-info-ctor.cpp
debug-info-ctor2.cpp Use an Itanium triple in DWARF debug info tests 2014-01-30 01:01:36 +00:00
debug-info-cxx0x.cpp PR13570: When an unresolved overloaded call appeared in a dependent context, we 2012-08-13 21:29:18 +00:00
debug-info-cxx1y.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-decl-nested.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-determinism.cpp Fix non-deterministic iteration order when walking the specializations 2012-05-03 23:49:05 +00:00
debug-info-dup-fwd-decl.cpp Implement a new -fstandalone-debug option. rdar://problem/15685848 2014-01-07 01:19:08 +00:00
debug-info-enum-class.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-enum.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-flex-member.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-fn-template.cpp Fix PR11073 by adding the argument type information to the decl we construct 2011-10-21 23:30:10 +00:00
debug-info-friend.cpp DebugInfo: omit debug info for friends 2013-09-13 18:45:00 +00:00
debug-info-function-context.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-fwd-ref.cpp Simplify/generalize some debug info test cases 2013-03-19 23:10:14 +00:00
debug-info-gline-tables-only.cpp Prepare for using MS ABI by default for Win32: update CodeGenCXX tests 2013-12-13 22:43:52 +00:00
debug-info-global-ctor-dtor.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
debug-info-global.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-globalinit.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-indirect-field-decl.cpp Debug info: fix a crash when emitting IndirectFieldDecls, which were 2014-04-01 17:52:06 +00:00
debug-info-large-constant.cpp
debug-info-limited.cpp Call RequireCompleteType when performing ADL even if the type is already 2014-03-14 22:07:27 +00:00
debug-info-line-if.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-line.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-member.cpp Use an Itanium triple in DWARF debug info tests 2014-01-30 01:01:36 +00:00
debug-info-method-spec.cpp Use an Itanium triple in DWARF debug info tests 2014-01-30 01:01:36 +00:00
debug-info-method.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-method2.cpp Implement a new -fstandalone-debug option. rdar://problem/15685848 2014-01-07 01:19:08 +00:00
debug-info-namespace.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-nullptr.cpp Use the zero-argument DIBuilder::createNullPtrType in Clang. 2013-06-27 22:51:01 +00:00
debug-info-qualifiers.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-rvalue-ref.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-same-line.cpp allow optional signext attribute 2014-06-02 21:47:14 +00:00
debug-info-scope.cpp DebugInfo: Generalize debug info location handling 2014-12-16 22:49:17 +00:00
debug-info-static-fns.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-static-member.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-template-array.cpp If we don't have a complete type for the array type yet either then 2012-08-07 00:48:43 +00:00
debug-info-template-explicit-specialization.cpp DebugInfo: Include default template arguments in template type names 2014-04-02 18:21:09 +00:00
debug-info-template-fwd.cpp Further simplify r200797 and add an explanatory comment. 2014-02-04 23:46:16 +00:00
debug-info-template-limit.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-template-member.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-template-partial-specialization.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-template-quals.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-template-recursive.cpp Testcase for previous commit. 2012-02-13 15:04:15 +00:00
debug-info-template.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-this.cpp
debug-info-thunk.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-union-template.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-union.cpp Simplify/generalize some debug info test cases 2013-03-19 23:10:14 +00:00
debug-info-use-after-free.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
debug-info-uuid.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-varargs.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-vtable-optzn.cpp Enable standalone-debug by default on FreeBSD 2014-05-08 13:01:26 +00:00
debug-info-wchar.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info-zero-length-arrays.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-info.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-lambda-expressions.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
debug-lambda-this.cpp Debug info: Only emit C++ accessibility specifiers when they are diverging 2014-08-29 22:44:27 +00:00
decl-ref-init.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
default-arg-temps.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
default-arguments.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
default-constructor-default-argument.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
default-constructor-for-members.cpp Check IR on this test. 2013-12-03 14:37:33 +00:00
default-constructor-template-member.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
default-destructor-nested.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
default-destructor-synthesis.cpp Add more of the command line options as attribute flags. 2013-02-28 22:49:57 +00:00
deferred-global-init.cpp Include translation unit filename in global ctor symbol names. 2014-05-06 20:32:45 +00:00
delayed-template-parsing.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
delete-two-arg.cpp Remove 'not' from some CodeGen tests 2013-12-14 04:49:06 +00:00
delete.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
dependent-type-member-pointer.cpp Win64: Use ConvertType instead of checking the MS inheritance 2014-05-02 01:14:59 +00:00
derived-to-base-conv.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
derived-to-base.cpp Add more of the command line options as attribute flags. 2013-02-28 22:49:57 +00:00
derived-to-virtual-base-class-calls-final.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
destructor-calls.cpp
destructor-debug-info.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
destructor-exception-spec.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
destructors.cpp Revert "Remove threshold for lifetime marker insertion of named temporaries" 2014-12-01 09:30:16 +00:00
devirtualize-virtual-function-calls-final.cpp Fix incorrect codegen for devirtualized calls to virtual overloaded operators. 2014-12-03 01:21:41 +00:00
devirtualize-virtual-function-calls.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
dllexport-alias.cpp Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI) 2014-09-19 22:06:24 +00:00
dllexport-members.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
dllexport.cpp Don't dllimport inline functions when targeting MinGW (PR21366) 2014-11-03 14:24:45 +00:00
dllimport-members.cpp Don't dllimport inline functions when targeting MinGW (PR21366) 2014-11-03 14:24:45 +00:00
dllimport-rtti.cpp CodeGen, Itanium: Properly dllimport RTTI data 2014-11-07 07:26:38 +00:00
dllimport.cpp Don't dllimport inline functions when targeting MinGW (PR21366) 2014-11-03 14:24:45 +00:00
duplicate-mangled-name.cpp In the case of mangling collisions, make an attempt to note both definitions 2014-08-02 00:50:16 +00:00
dynamic-cast-always-null.cpp Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. 2013-02-22 09:10:20 +00:00
dynamic-cast-hint.cpp Drop value names from test to get -Asserts builds back to green. 2013-02-03 20:22:35 +00:00
dynamic-cast.cpp Reapply r176133 with testcase fixes. 2013-02-27 00:06:04 +00:00
dynamic_cast-no-rtti.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
eh.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
elide-call-reference.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
empty-classes.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
empty-nontrivially-copyable.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
empty-union.cpp A base subobject type doesn't make sense for unions; don't try to compute it. Based on patch by Yin Ma. Fixes PR11751. 2012-01-13 03:58:31 +00:00
enable_if.cpp Add mangling for attribute enable_if. The demangling patch for libcxxabi is still in review. 2014-04-26 00:14:00 +00:00
enum.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
eval-recursive-constant.cpp
exception-spec-decay.cpp PR14388: An array or function type in an exception specification should be 2012-11-28 22:33:28 +00:00
exceptions-no-rtti.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
exceptions.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
explicit-instantiation.cpp If we see an explicit instantiation declaration or definition of a function 2014-04-24 22:45:46 +00:00
expr.cpp
extern-c.cpp Update for llvm change. 2014-07-30 22:52:16 +00:00
fastcall.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
field-access-debug-info.cpp Debug info: Only emit C++ accessibility specifiers when they are diverging 2014-08-29 22:44:27 +00:00
flatten.cpp Implement the flatten attribute. 2014-05-20 17:12:51 +00:00
for-range-temporaries.cpp Extend for-range temporary cleanups codegen test to catch the bug which Eli 2012-01-31 23:43:25 +00:00
for-range.cpp Fix tests effected by r194221 2013-11-08 03:06:45 +00:00
forward-enum.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
fp16-mangle.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
fp16-overload.cpp Missed tests for half FP support 2011-10-14 23:32:50 +00:00
friend-redecl.cpp
funcsig.cpp Fix for bug http://llvm.org/PR17427. 2014-10-09 08:45:04 +00:00
function-template-explicit-specialization.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
function-template-specialization.cpp AST: Fix the linkage of static vars in fn template specializations 2014-12-16 04:52:14 +00:00
global-array-destruction.cpp AST: Update reference temporary mangling 2014-05-06 22:49:16 +00:00
global-block-literal-helpers.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
global-dtor-no-atexit.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
global-init-darwin.cpp
global-init.cpp Don't set unnamed_addr in CreateRuntimeVariable. 2014-05-22 23:33:27 +00:00
global-llvm-constant.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
globalinit-loc.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
goto.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
homogeneous-aggregates.cpp AArch64: simplify PCS mapping. 2014-11-27 21:02:49 +00:00
implicit-copy-assign-operator.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
implicit-copy-constructor.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
implicit-instantiation-1.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
incomplete-member-function-pointer.cpp
incomplete-types.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
inheriting-constructor.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
init-invariant.cpp Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
init-priority-attr.cpp Use comdats to avoid double initialization of weak data 2014-05-23 21:13:45 +00:00
inline-functions.cpp CodeGen: Emit some functions as weak_odr under -fms-compatibility 2014-04-02 23:17:29 +00:00
instantiate-blocks.cpp
instantiate-init-list.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
instantiate-temporaries.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
instrument-functions.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
int64_uint64.cpp Remove some incorrect test suppressions 2014-06-30 01:34:09 +00:00
internal-linkage.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
invalid.cpp Test case for PR16933/r188707. 2013-08-20 22:01:44 +00:00
key-function-vtable.cpp Specify non-GNU-ARM triples for key-function test. 2013-01-26 15:27:54 +00:00
lambda-expressions-inside-auto-functions.cpp Fix linkage calculation of auto member functions returning lambdas 2013-10-08 04:15:04 +00:00
lambda-expressions-nested-linkage.cpp Fix computation of linkage within nested lambdas. 2013-10-01 02:51:53 +00:00
lambda-expressions.cpp CodeGen: Compound literals with funny types shouldn't crash 2014-12-14 12:16:43 +00:00
linetable-cleanup.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
linetable-eh.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
linetable-fnbegin.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
linkage.cpp FileCheck's -LABEL cannot be combined with -NOT or -DAG 2014-02-16 07:28:50 +00:00
lpad-linetable.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
lvalue-bitcasts.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
m64-ptr.cpp Migrate test from llvm/test/FrontendC++. 2011-08-16 21:41:40 +00:00
mangle-98.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
mangle-abi-examples.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-address-space.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-alias-template.cpp PR18401: Fix assert by implementing the current proposed direction of core 2014-01-09 02:22:22 +00:00
mangle-exprs.cpp When mangling member-expressions, skip implicit accesses of anonymous union 2014-11-20 01:35:11 +00:00
mangle-extern-local.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
mangle-extreme.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
mangle-lambdas.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
mangle-literal-suffix.cpp Fix buildbots. 2014-11-20 04:09:55 +00:00
mangle-local-anonymous-unions.cpp Fix the issue of mangling of local anonymous unions (Itanium C++ ABI): 2014-12-12 16:17:46 +00:00
mangle-local-class-names.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-local-class-vtables.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-local-classes-nested.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-ms-abi-examples.cpp [-cxx-abi microsoft] Implement local manglings accurately 2014-03-05 08:57:59 +00:00
mangle-ms-arg-qualifiers.cpp MS ABI: Add support for mangling __restrict 2014-02-18 12:58:35 +00:00
mangle-ms-back-references-pr13207.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-ms-back-references.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-ms-cxx11.cpp MS ABI: Mangle char16_t and char32_t types 2014-11-21 09:06:49 +00:00
mangle-ms-cxx14.cpp MS ABI: Use '1' (instead of '0') relative scope discriminators 2014-10-05 06:44:53 +00:00
mangle-ms-return-qualifiers.cpp MS ABI: Refactor extended qualifiers 2014-02-18 14:20:10 +00:00
mangle-ms-string-literals.cpp MS ABI: Mangle u8 string literals 2014-11-21 23:56:50 +00:00
mangle-ms-template-callback.cpp MS ABI: Fix mangling of static methods and function references 2014-02-05 18:59:38 +00:00
mangle-ms-templates-memptrs-2.cpp MS ABI: Mangle null pointer-to-member-functions compatibly 2014-06-11 04:55:08 +00:00
mangle-ms-templates-memptrs.cpp MS ABI: Use the most recent decl to check the inheritance model 2014-02-08 01:15:37 +00:00
mangle-ms-templates.cpp MS ABI: Fix mangling of unsigned int template params 2014-12-11 05:47:10 +00:00
mangle-ms-vector-types.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-ms.cpp MS ABI: Correctly mangle CV qualifiers from typedefs 2014-11-05 13:54:21 +00:00
mangle-neon-vectors.cpp [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to pass -target-feature +neon. 2014-04-16 15:33:48 +00:00
mangle-nullptr-arg.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-ref-qualifiers.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
mangle-std-externc.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle-subst-std.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
mangle-subst.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
mangle-system-header.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
mangle-template.cpp Remove old proposal notices 2014-06-05 22:11:20 +00:00
mangle-this-cxx11.cpp Implement C++11 [expr.prim.general]p3, which permits the use of 'this' 2012-04-16 07:05:22 +00:00
mangle-unnameable-conversions.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
mangle-unnamed.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
mangle-valist.cpp Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
mangle-variadic-templates.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
mangle-windows.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mangle.cpp Itanium ABI: Template template parameters are usable as substitutions 2014-10-24 20:22:57 +00:00
member-alignment.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
member-call-parens.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
member-data-pointers.cpp Restructure some of the member-pointer tests, implicitly 2012-05-01 17:32:20 +00:00
member-expressions.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
member-function-pointer-calls.cpp Win64: Pass member pointers larger than 8 bytes by reference 2014-05-02 00:51:20 +00:00
member-function-pointers.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
member-functions.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
member-init-anon-union.cpp Add a triple to this IRgen test to unbreak the ARM bots. 2013-12-10 19:37:58 +00:00
member-init-assignment.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
member-init-struct.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
member-init-union.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
member-initializers.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
member-templates.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
merge-functions.cpp Add a new -fmerge-functions -cc1 flag that enables function merging. 2014-10-24 00:49:29 +00:00
microsoft-abi-alignment-fail.cpp Normalize line endings 2014-03-02 18:46:05 +00:00
microsoft-abi-arg-order.cpp MS ABI x64: Pass small objects with dtors but no copy ctors directly 2014-05-03 00:33:28 +00:00
microsoft-abi-array-cookies.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
microsoft-abi-byval-sret.cpp MS ABI: Ensure 'this' is first for byval+sret methods 2014-07-26 00:12:26 +00:00
microsoft-abi-byval-thunks.cpp clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp: Fix for -Asserts, like CHECK64 does. 2014-07-26 04:12:34 +00:00
microsoft-abi-byval-vararg.cpp MS ABI: "Fix" passing non-POD structs by value to variadic functions 2014-07-08 02:24:27 +00:00
microsoft-abi-cdecl-method-sret.cpp MS ABI: Fix __fastcall methods that return structs 2014-07-10 01:58:55 +00:00
microsoft-abi-constexpr-vs-inheritance.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
microsoft-abi-default-cc.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
microsoft-abi-dynamic-cast.cpp MS ABI: Emit more canonical vbptr stores and loads 2014-10-22 17:26:00 +00:00
microsoft-abi-exceptions.cpp Update clang to account for changes made to LLVM in r203376 2014-03-09 07:09:06 +00:00
microsoft-abi-member-pointers.cpp MS ABI: Add another test for PR20017 2014-12-09 01:36:45 +00:00
microsoft-abi-methods.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
microsoft-abi-multiple-nonvirtual-inheritance.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
microsoft-abi-non-virtual-base-ordering.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
microsoft-abi-nontrivial-covariant-thunk.cpp MS ABI: Use musttail for vtable thunks that pass arguments by value 2014-07-26 01:34:32 +00:00
microsoft-abi-rtti.cpp CodeGen: Cleanup MS ABI RTTI LLVM IR 2014-07-07 08:09:15 +00:00
microsoft-abi-sret-and-byval.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
microsoft-abi-static-initializers.cpp MS ABI: Use '1' (instead of '0') relative scope discriminators 2014-10-05 06:44:53 +00:00
microsoft-abi-structors-alias.cpp Update for llvm API change. 2014-06-03 02:42:01 +00:00
microsoft-abi-structors-delayed-template.cpp Make sure that vtables referenced from delay-parsed templates get referenced. 2014-08-15 23:21:41 +00:00
microsoft-abi-structors.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
microsoft-abi-thunks.cpp MS ABI: Properly call global delete when invoking virtual destructors 2014-10-31 20:09:12 +00:00
microsoft-abi-try-throw.cpp MS ABI: Emit an error during IRgen on C++ exception handling 2014-05-05 21:12:12 +00:00
microsoft-abi-typeid.cpp MS ABI: Emit more canonical vbptr stores and loads 2014-10-22 17:26:00 +00:00
microsoft-abi-vbtables.cpp MS ABI: Don't append to vbtables that we shouldn't extend 2014-04-17 22:47:52 +00:00
microsoft-abi-vftables.cpp Update for llvm change. 2014-07-30 22:52:16 +00:00
microsoft-abi-virtual-inheritance-vtordisps.cpp MS ABI: Emit more canonical vbptr stores and loads 2014-10-22 17:26:00 +00:00
microsoft-abi-virtual-inheritance.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
microsoft-abi-virtual-member-pointers.cpp Fix my broken test cases. 2014-08-29 22:06:20 +00:00
microsoft-abi-vmemptr-conflicts.cpp Make all virtual member pointers use variadic musttail calls 2014-08-29 21:43:29 +00:00
microsoft-abi-vmemptr-fastcall.cpp Fix my broken test cases. 2014-08-29 22:06:20 +00:00
microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp Split out the no-thunk multiple inheritance tests 2014-04-18 15:10:05 +00:00
microsoft-abi-vtables-multiple-nonvirtual-inheritance-pure-virtual.cpp Split out the rest of MS ABI multiple inheritance tests 2014-04-21 20:23:34 +00:00
microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp Add a previously-missing test case for return adjustment vs pure virtual methods 2014-09-12 15:21:44 +00:00
microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp Add a test for MS-ABI this adjustment for virtual calls to member operators. 2014-12-08 23:25:55 +00:00
microsoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors.cpp Split out the rest of MS ABI multiple inheritance tests 2014-04-21 20:23:34 +00:00
microsoft-abi-vtables-return-thunks.cpp Fix PR20479 -- missing vftable slots in case of virtual inheritance vs return adjusting thunks 2014-08-09 17:08:06 +00:00
microsoft-abi-vtables-single-inheritance.cpp MS ABI: Move test from virtual-inheritance to single-inheritance 2014-10-03 08:03:23 +00:00
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp Improve comments in vtordisp tests: fix a typo, add a bit more clarity 2014-11-07 14:11:14 +00:00
microsoft-abi-vtables-virtual-inheritance.cpp MS ABI: Move test from virtual-inheritance to single-inheritance 2014-10-03 08:03:23 +00:00
microsoft-compatibility.cpp MSVCCompat: Don't produce an invalid AST when accepting void pseudo-dtors 2014-05-01 16:50:23 +00:00
microsoft-interface.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
microsoft-new.cpp Normalize line endings 2014-03-02 18:46:05 +00:00
microsoft-no-rtti-data.cpp MS ABI: -fno-rtti-data wasn't data-free enough 2014-07-24 06:09:19 +00:00
microsoft-templ-uuidof.cpp AST: Fix __uuidof for template specializations 2014-07-14 23:40:24 +00:00
microsoft-uuidof-mangling.cpp Patch to allow mangling of microsoft’s __uuidof expression for the Itanium ABI 2014-09-24 16:28:40 +00:00
microsoft-uuidof.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
mingw-new-abi.cpp Switch to the new MingW ABI. 2013-12-12 16:07:11 +00:00
mingw-w64-seh-exceptions.cpp Remove -fseh-exceptions in favor of checking the triple 2014-11-14 02:01:10 +00:00
mips-size_t-ptrdiff_t.cpp [mips] Promote all integral/enumeration types to the GPR width 2014-10-24 14:42:42 +00:00
move-assignment.cpp Generate code for the move assignment operator using memcpy, the same as we do 2013-09-10 05:14:39 +00:00
ms-inline-asm-return.cpp Require an x86 target for ms-inline-asm-return.cpp instead of XFAIL 2014-09-05 20:06:06 +00:00
ms-integer-static-data-members-exported.cpp MS compatibility: always emit dllexported in-class initialized static data members (PR20140) 2014-07-17 20:25:23 +00:00
ms-integer-static-data-members.cpp MS compatibility: always emit dllexported in-class initialized static data members (PR20140) 2014-07-17 20:25:23 +00:00
ms-thread_local.cpp MS ABI: Implement thread_local for global variables 2014-10-05 05:05:40 +00:00
ms_wide_predefined_expr.cpp Mangle predefined string constants names to merge them at link-time 2014-06-05 20:53:34 +00:00
multi-dim-operator-new.cpp
namespace-aliases.cpp
nested-base-member-access.cpp
new-alias.cpp Don't depend on alias to declarations. 2013-10-15 15:40:03 +00:00
new-array-init-exceptions.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
new-array-init.cpp Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi. 2014-08-28 17:24:14 +00:00
new-operator-phi.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
new-overflow.cpp
new-with-default-arg.cpp
new.cpp Bugfix: don't assert if someone manages to declare an operator new/delete template before the builtin operator new/delete. 2014-06-05 00:43:02 +00:00
no-elide-constructors.cpp PR12208: Under -fno-elide-constructors, don't forget to actually copy an NRVO 2014-01-11 01:24:05 +00:00
no-exceptions.cpp Add more of the command line options as attribute flags. 2013-02-28 22:49:57 +00:00
no-opt-volatile-memcpy.cpp Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
noexcept.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
noinline-template.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
nonconst-init.cpp
nrvo-noreturn.cc
nrvo.cpp Revert "Remove threshold for lifetime marker insertion of named temporaries" 2014-12-01 09:30:16 +00:00
nullptr.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
operator-new.cpp Reverting r216675. This breaks some bots. Before this can be committed again, I have to explore runtime ABI requirements with libc++abi. 2014-08-28 17:24:14 +00:00
optnone-def-decl.cpp Try to fix a ppc64 bot. What is this 'signext' stuff anyway? 2014-11-25 17:28:54 +00:00
overload-binop-implicitconvert.cpp
override-layout.cpp Changes so that a few tests do not fail when running under guarded malloc. 2013-07-12 22:30:03 +00:00
partial-destruction.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
pod-member-memcpys.cpp Make test more robust to appease build bots 2014-10-10 19:23:49 +00:00
pointers-to-data-members.cpp CodeGen: Use the initing member's type for a union's storage type more often 2014-10-15 07:57:41 +00:00
poly-unsigned.cpp [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to pass -target-feature +neon. 2014-04-16 15:33:48 +00:00
pr9130.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
pr9965.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
pr11797.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
pr12104.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
pr12104.h Also test pr12104 with pch. 2012-03-08 15:07:42 +00:00
pr12251.cpp IR: Make metadata typeless in assembly, clang side 2014-12-15 19:10:08 +00:00
pr13396.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
pr15753.cpp Correctly propagate the storage class to function template instantiations. 2013-04-16 02:29:15 +00:00
pr18635.cpp Small fix for bug 18635. 2014-09-26 06:28:25 +00:00
pr18661.cpp Don't mark decls with mismatching exception specs invalid in MS mode (PR18683) 2014-02-05 02:37:58 +00:00
pr18962.cpp CodeGen: Don't crash when initializing pointer-to-member fields in bases 2014-09-28 06:39:30 +00:00
pr20719.cpp MS ABI: Don't use the Itanium scheme for numbering lambdas 2014-08-22 04:22:50 +00:00
pr20897.cpp MS ABI: Use the correct this arg when generating implicit array copy ctor 2014-10-15 04:54:54 +00:00
pragma-init_seg.cpp -fms-extensions: Implement half of #pragma init_seg 2014-07-22 00:53:05 +00:00
pragma-pack-2.cpp Make CGRecordLayoutBuilder correctly switch over to a packed class when a class has a base whose alignment will break the class layout. <rdar://problem/10551376>. 2011-12-12 23:13:20 +00:00
pragma-pack-3.cpp Complete Rewrite of CGRecordLayoutBuilder 2014-02-21 23:49:50 +00:00
pragma-pack.cpp
pragma-visibility.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
pragma-weak.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
predefined-expr-cxx14.cpp This patch fixes couple of bugs for predefined expression 2014-11-14 23:55:27 +00:00
predefined-expr-sizeof.cpp Improve the printing of __PRETTY_FUNCTION__ more provide more 2012-04-10 20:14:15 +00:00
predefined-expr.cpp This patch fixes a crash involving use of predefined 2014-12-02 18:42:51 +00:00
ptr-to-datamember.cpp
ptr-to-member-function.cpp Check IR on this test. 2013-12-03 14:43:17 +00:00
reference-bind-default-argument.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
reference-cast.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
reference-field.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
reference-in-block-args.cpp
reference-in-blocks.cpp
reference-init.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
references.cpp AST: Update reference temporary mangling 2014-05-06 22:49:16 +00:00
regparm.cpp Update testcases due to Attribute sorting improvements. 2013-02-15 05:25:49 +00:00
reinterpret-cast.cpp clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. 2012-09-12 10:45:40 +00:00
return.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
rtti-fundamental.cpp Adding type info for f16c floating-point type. This is consistent with the 2014-04-17 02:26:26 +00:00
rtti-layout.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
rtti-linkage.cpp CodeGen: Don't set hidden visibility on symbols with local linkage 2014-05-07 22:36:11 +00:00
rtti-visibility.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
runtimecc.cpp Have the driver and the target code agree on what the default ABI 2014-12-05 01:06:59 +00:00
rvalue-references.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
scoped-enums-debug-info.cpp Move debug info tests for scoped enums into a separate file. 2013-04-22 16:47:50 +00:00
scoped-enums.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
sections.cpp Parse: Ignore "long" and "short" in #pragma section 2014-10-22 21:08:43 +00:00
sel-address.mm
sizeof-unwind-exception.cpp Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. 2013-02-22 09:10:20 +00:00
skip-vtable-pointer-initialization.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
sparcv9-abi.cpp SPARC passes non-trivial C++ objects indirectly like everybody else. 2014-01-12 06:54:56 +00:00
specialized-static-data-mem-init.cpp CodeGen: Fix linkage of reference temporaries 2014-04-28 22:17:59 +00:00
split-stacks.cpp Implement the no_split_stack attribute. 2014-05-19 22:14:34 +00:00
static-assert.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
static-data-member.cpp Revert "Don't use comdats for initializers on platforms that don't support it" 2014-09-23 16:20:01 +00:00
static-init-1.cpp FileCheckify a grep test. 2013-08-22 18:45:40 +00:00
static-init-2.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
static-init-3.cpp CodeGen: Fix linkage of reference temporaries 2014-04-28 22:17:59 +00:00
static-init-4.cpp Fix const-eval of vector init-lists of a vector. 2013-09-17 04:07:02 +00:00
static-init-pnacl.cpp Make test pass in Release builds, IR names don't get emitted there. 2013-07-24 17:27:08 +00:00
static-init.cpp Put static local variables of inline functions in the function comdat. 2014-12-16 21:00:30 +00:00
static-local-in-local-class.cpp Fix test case in no asserts build 2014-10-08 01:13:51 +00:00
static-member-variable-explicit-specialization.cpp Don't use a global_ctors comdat for globals that aren't externally visible 2014-10-15 16:38:00 +00:00
static-mutable.cpp Bug fix: do not emit static const local variables with mutable members 2012-02-17 06:48:11 +00:00
stmtexpr.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
switch-case-folding-1.cpp Another test for 148243 2012-01-16 18:22:26 +00:00
switch-case-folding-2.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
switch-case-folding.cpp A little more elaborate test for r148243 2012-01-16 18:07:45 +00:00
temp-order.cpp Make the test less sensitive to the inline threshold. 2012-12-14 00:26:15 +00:00
template-anonymous-types.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
template-anonymous-union-member-initializer.cpp
template-dependent-bind-temporary.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
template-inner-struct-visibility-hidden.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
template-instantiation.cpp CodeGen: Fix linkage of reference temporaries 2014-04-28 22:17:59 +00:00
template-linkage.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
template-static-var-defer.cpp
temporaries.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
thiscall-struct-return.cpp Don't pass -O0 to clang_cc1, it is the default. 2013-09-04 04:12:25 +00:00
threadsafe-statics-exceptions.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
threadsafe-statics.cpp Add more of the command line options as attribute flags. 2013-02-28 22:49:57 +00:00
throw-expression-cleanup.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
throw-expression-dtor.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
throw-expressions.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
thunk-linkonce-odr.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
thunk-use-after-free.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
thunks-available-externally.cpp Don't emit an available_externally vtable pointing to linkonce_odr funcs. 2013-09-03 21:05:13 +00:00
thunks.cpp Remove the -fhidden-weak-vtables -cc1 option. It was dead, 2014-02-08 00:41:16 +00:00
tls-init-funcs.cpp CodeGen: Don't emit a thread-wrapper if we can't touch the backing variable 2014-07-11 20:28:10 +00:00
trivial-constructor-init.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
try-catch.cpp CodeGen: Strip qualifiers from qualified array types in catches 2014-10-12 06:58:22 +00:00
type-traits.cpp Eliminate BinaryTypeTraitExpr 2013-12-13 20:49:58 +00:00
type_visibility.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
typeid-cxx11.cpp DR1535: only potentially-evaluated typeid expressions are disallowed in constant 2012-10-17 23:52:07 +00:00
typeid-should-throw.cpp CodeGen: Properly null-check typeid expressions 2014-07-19 00:17:06 +00:00
typeid.cpp AST: Handle qualified array types in typeid() expressions 2013-09-27 07:04:31 +00:00
typeinfo
uncode-string.cpp Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving 2011-11-01 02:23:42 +00:00
uncopyable-args.cpp Revert Itanium parts of "Don't copy objects with trivial, deleted copy ctors" 2014-05-15 01:26:32 +00:00
union-dtor.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
unknown-anytype.cpp Check for IRGen output when varag is used 2014-11-12 17:54:11 +00:00
value-init.cpp PR20256: don't accidentally instantiate non-dependent default-initialization as 2014-07-10 20:53:43 +00:00
vararg-conversion-ctor.cpp Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
vararg-non-pod-ms-compat.cpp clang/test/CodeGenCXX/vararg-non-pod-ms-compat.cpp: Appease -Asserts to skip 1st alloca. 2014-09-29 23:55:58 +00:00
vararg-non-pod.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
varargs.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
variadic-templates.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
virt-canonical-decl.cpp
virt-dtor-gen.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virt-dtor-key.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
virt-template-vtable.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virt-thunk-reference.cpp
virtual-base-cast.cpp MS ABI: Emit more canonical vbptr stores and loads 2014-10-22 17:26:00 +00:00
virtual-base-ctor.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virtual-base-destructor-call.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virtual-bases.cpp Output destructors and constructors in a more natural order. 2013-12-09 14:51:17 +00:00
virtual-destructor-calls.cpp Add support for putting constructors and destructos in explicit comdats. 2014-09-16 15:18:21 +00:00
virtual-destructor-synthesis.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virtual-function-calls.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virtual-functions-incomplete-types.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
virtual-implicit-copy-assignment.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virtual-implicit-move-assignment.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virtual-inherited-destructor.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
virtual-operator-call.cpp Add a test for devirtualization of virtual operator calls. 2014-12-01 17:48:04 +00:00
virtual-pseudo-destructor-call.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
visibility-hidden-extern-templates.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
visibility-inlines-hidden.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
visibility-ms-compat.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
visibility.cpp Fix pr18174. 2013-12-08 01:13:22 +00:00
vla-lambda-capturing.cpp Support matching signext attribute in vla-lambda-capturing test to appease clang-cmake-mips builder. 2014-11-22 16:08:56 +00:00
vla.cpp CodeGen: Fix linkage of reference temporaries 2014-04-28 22:17:59 +00:00
volatile-1.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
volatile.cpp Mark C++ reference parameters as dereferenceable 2014-07-18 15:52:10 +00:00
vtable-align.cpp CodeGen: Use a fixed alignment for vtables. 2014-09-10 12:50:59 +00:00
vtable-available-externally.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
vtable-cast-crash.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
vtable-debug-info.cpp Use -emit-llvm for the following tests to stop them from failing for Hexagon: 2013-04-16 15:55:41 +00:00
vtable-key-function-arm.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
vtable-key-function-ios.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
vtable-key-function.cpp
vtable-layout-abi-examples.cpp Complete Rewrite of CGRecordLayoutBuilder 2014-02-21 23:49:50 +00:00
vtable-layout-extreme.cpp
vtable-layout.cpp Make -fdump-vtable-layouts print to stdout, not stderr 2013-11-08 21:28:00 +00:00
vtable-linkage.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
vtable-pointer-initialization.cpp Cast vtable address points to i32 (...)** to enable more globalopt 2014-12-03 21:00:21 +00:00
vtt-layout.cpp PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. 2012-10-16 22:56:05 +00:00
warn-padded-packed.cpp
weak-extern-typeinfo.cpp type_info objects are not unnamed_addr: the ABI requires us to 2014-02-08 03:26:05 +00:00
weak-external.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
windows-itanium-exceptions.cpp clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts for now. 2014-06-29 11:03:28 +00:00
x86_32-arguments.cpp CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
x86_64-arguments-nacl-x32.cpp [x32/NaCl] Check if method pointers straddle an eightbyte to classify Hi 2014-10-02 16:56:57 +00:00
x86_64-arguments.cpp [x32/NaCl] Check if method pointers straddle an eightbyte to classify Hi 2014-10-02 16:56:57 +00:00