hanchenye-llvm-project/clang/test/CodeGenCXX
Timur Iskhodzhanov 52b8a05234 First step towards vftable generation with -cxx-abi microsoft PR13231
llvm-svn: 173035
2013-01-21 13:02:41 +00: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 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
2005-02-13-BadDynamicInit.cpp
2005-02-14-BitFieldOffset.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
2009-03-17-dbg.cpp
2009-04-23-bool2.cpp
2009-05-04-PureConstNounwind.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00: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 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
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
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
__null.cpp
abstract-class-ctors-dtors.cpp
address-of-fntemplate.cpp
alloca-align.cpp
anonymous-namespaces.cpp
anonymous-union-member-initializer.cpp Fix an assertion failure with a C++ constructor initializing a 2012-08-08 03:51:37 +00:00
apple-kext-guard-variable.cpp
apple-kext-indirect-call-2.C
apple-kext-indirect-call.C
apple-kext-indirect-virtual-dtor-call.cpp
apple-kext-linkage.C
apple-kext-no-staticinit-section.C
apple-kext.cpp Fix a trivial oversight with apple-kext static local destructors 2012-04-13 02:53:27 +00:00
arm-cc.cpp
arm.cpp Use atexit when __cxa_atexit isn't available instead of adding a 2012-04-06 18:21:06 +00:00
array-construction.cpp
array-operator-delete-call.cpp
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
atomicinit.cpp Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both 2012-04-12 20:42:30 +00:00
attr-used.cpp
attr.cpp PR13941: Mark all virtual functions as unnamed_addr. It's not possible to 2012-09-28 22:46:07 +00:00
bitfield-layout.cpp
bitfield.cpp Add a test case that I've been using to clarify the bitfield layout for 2012-12-09 10:08:22 +00:00
block-byref-cxx-objc.cpp Don't enter cleanups for unreachable variables. It's impossible to 2012-04-13 18:44:05 +00:00
block-destruct.cpp
block-in-ctor-dtor.cpp block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +00:00
block.cpp Don't crash (assert failure) when generating blocks for C++ types with a non-const copy constructor. 2012-04-04 13:07:13 +00:00
blocks-cxx11.cpp
blocks.cpp block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +00:00
bool-bitfield.cpp Make sure CodeGen uses a value of the correct type as the result of 2012-12-19 00:26:58 +00:00
builtins.cpp Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
c-linkage.cpp
c99-variable-length-array.cpp
call-arg-zero-temp.cpp
cast-conversion.cpp
casts.cpp
catch-undef-behavior.cpp [ubsan] Recover by default, use -fno-sanitize-recover to disable. 2012-12-30 20:53:28 +00:00
class-layout.cpp Add a missing check in CodeGen of packed classes with vtables. <rdar://problem/11324125>. 2012-04-27 02:34:46 +00:00
compound-literals.cpp Fix ABI dependent tests by providing an explicit target triple. 2012-09-19 18:46:03 +00:00
condition.cpp
conditional-expr-lvalue.cpp
conditional-gnu-ext.cpp
conditional-temporaries.cpp
const-base-cast.cpp
const-global-linkage.cpp DR1511: A const volatile global does not implicitly get internal linkage like a 2012-10-19 06:37:48 +00:00
const-init-cxx11.cpp DR1472: A reference isn't odr-used if it has preceding initialization, 2012-10-20 01:38:33 +00:00
const-init.cpp
constructor-attr.cpp
constructor-conversion.cpp
constructor-convert.cpp
constructor-default-arg.cpp
constructor-direct-call.cpp
constructor-for-array-members.cpp
constructor-init-reference.cpp
constructor-init.cpp PR13273: When performing list-initialization with an empty initializer list, 2012-07-05 08:39:21 +00:00
constructor-template.cpp
constructors.cpp
conversion-function.cpp
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
copy-assign-synthesis-1.cpp
copy-assign-synthesis-2.cpp
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
copy-assign-volatile-synthesis.cpp
copy-constructor-elim-2.cpp Provide fixed target triples to make test results consistent across ARM hosts. 2012-09-10 23:06:08 +00:00
copy-constructor-elim.cpp
copy-constructor-synthesis-2.cpp
copy-constructor-synthesis.cpp
copy-in-cplus-object.cpp
copy-initialization.cpp
cxx-apple-kext.cpp
cxx-block-objects.cpp
cxx0x-defaulted-templates.cpp
cxx0x-delegating-ctors.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
cxx0x-initializer-array.cpp Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a value-initialized bool! 2012-12-21 03:17:28 +00:00
cxx0x-initializer-constructors.cpp Provide fixed target triples to make test results consistent across ARM hosts. 2012-09-10 23:06:08 +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
cxx0x-initializer-stdinitializerlist-pr12086.cpp
cxx0x-initializer-stdinitializerlist-startend.cpp Provide fixed target triples to make test results consistent across ARM hosts. 2012-09-10 23:06:08 +00:00
cxx0x-initializer-stdinitializerlist.cpp Provide fixed target triples to make test results consistent across ARM hosts. 2012-09-10 23:06:08 +00:00
cxx11-exception-spec.cpp PR 12586: Fix assert while running libc++ testsuite: deal with exception 2012-04-19 00:08:28 +00:00
cxx11-initializer-aggregate.cpp Slightly generalize FileCheck patterns to unbreak -Asserts builds. 2012-05-14 22:06:02 +00:00
cxx11-noreturn.cpp Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
cxx11-special-members.cpp PR14279: Work around this major miscompilation by treating move operations as 2012-11-14 07:36:28 +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
cxx11-user-defined-literal.cpp
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-artificial-arg.cpp Add [artificial] debug info annotation to test matching r171826 2013-01-08 01:12:59 +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
debug-info-char16.cpp
debug-info-class.cpp Debug Info: Emit vtables pointer members as artificial. 2012-12-13 22:29:06 +00:00
debug-info-context.cpp
debug-info-ctor.cpp
debug-info-ctor2.cpp
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-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
debug-info-enum-class.cpp Make sure to generate the right kind of MDNode for enum forward declarations. 2012-10-05 01:49:33 +00:00
debug-info-enum.cpp
debug-info-flex-member.cpp Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:33:58 +00:00
debug-info-fn-template.cpp
debug-info-friend.cpp
debug-info-fwd-ref.cpp Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead of class_type). 2012-11-02 23:40:00 +00:00
debug-info-gline-tables-only.cpp This patch adds a new Clang compiler flag "-gline-tables-only". 2012-05-04 07:39:27 +00:00
debug-info-global-ctor-dtor.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-globalinit.cpp Add a new option for and disable column number information as there 2012-10-18 21:52:18 +00:00
debug-info-large-constant.cpp
debug-info-limit-type.cpp
debug-info-limit.cpp
debug-info-member.cpp
debug-info-method-spec.cpp
debug-info-method.cpp Emit the function type of member function pointer types the same as member functions. 2013-01-19 19:20:56 +00:00
debug-info-method2.cpp
debug-info-namespace.cpp
debug-info-nullptr.cpp Forward declarations should take a context. This helps the debugger 2012-04-23 19:00:24 +00:00
debug-info-pubtypes.cpp Make the test less sensitive to DWARF emission implementation details. 2012-11-29 20:01:14 +00:00
debug-info-rvalue-ref.cpp Update API usage for llvm DIBuilder changes for rvalue reference 2012-05-19 01:36:50 +00:00
debug-info-static-fns.cpp Forward declarations should take a context. This helps the debugger 2012-04-23 19:00:24 +00:00
debug-info-static-member.cpp The last of PR14471: Debug info support for inline in-class initializer for float static members 2013-01-20 01:19:17 +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-limit.cpp Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on 2012-07-24 01:40:49 +00:00
debug-info-template-member.cpp Revert r158009 since there are some uses of artificial functions in 2012-10-17 17:37:17 +00:00
debug-info-template-quals.cpp PR14472: Preserve qualifiers while unwrapping types for debug info 2013-01-21 04:37:12 +00:00
debug-info-template-recursive.cpp
debug-info-template.cpp
debug-info-this.cpp
debug-info-thunk.cpp Fix test suppressed in r166683 on 32-bit Linux 2012-10-26 07:01:51 +00:00
debug-info-union.cpp Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on 2012-07-24 01:40:49 +00:00
debug-info-use-after-free.cpp
debug-info-wchar.cpp
debug-info-zero-length-arrays.cpp Fix name. The array is unboundED. 2012-12-05 21:43:37 +00:00
debug-info.cpp
debug-lambda-expressions.cpp Collect both normal and static data members of a class in source 2013-01-16 01:22:32 +00:00
debug-lambda-this.cpp Handle a captured this for the debug information as well. 2012-09-19 21:47:34 +00:00
decl-ref-init.cpp
default-arg-temps.cpp
default-arguments.cpp
default-constructor-default-argument.cpp
default-constructor-for-members.cpp
default-constructor-template-member.cpp
default-destructor-nested.cpp
default-destructor-synthesis.cpp
deferred-global-init.cpp
delete-two-arg.cpp
delete.cpp When performing a ::delete of an object with a virtual destructor, 2012-09-25 10:10:39 +00:00
dependent-type-member-pointer.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
derived-to-base-conv.cpp When devirtualizing the conversion to a virtual base subobject, 2012-08-01 05:04:58 +00:00
derived-to-base.cpp
derived-to-virtual-base-class-calls-final.cpp
destructor-calls.cpp
destructor-debug-info.cpp Add a new option for and disable column number information as there 2012-10-18 21:52:18 +00:00
destructor-exception-spec.cpp PR13479: If we see the definition of an out-of-line destructor in C++11, be 2012-07-30 23:48:14 +00:00
destructors.cpp clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array-cookies.cpp, for -Asserts. 2012-05-01 11:13:04 +00:00
devirtualize-virtual-function-calls-final.cpp When we're devirtualizing a method call, make sure the method has the correct IR type. 2012-10-25 00:12:49 +00:00
devirtualize-virtual-function-calls.cpp Provide fixed target triples to make test results consistent across ARM hosts. 2012-09-10 23:06:08 +00:00
dynamic-cast-always-null.cpp Do not crash when we dynamic cast a final type to void*. 2012-06-19 23:44:55 +00:00
dynamic-cast.cpp
eh.cpp
elide-call-reference.cpp
empty-classes.cpp
empty-union.cpp
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
exceptions.cpp During jump-scope checking, build an ExprWithCleanups immediately 2012-09-25 06:56:03 +00:00
explicit-instantiation.cpp
expr.cpp
extern-c.cpp
fastcall.cpp Add inreg markers with the x86_fastcallcc calling convention. 2012-10-24 01:58:58 +00:00
field-access-debug-info.cpp
for-range-temporaries.cpp
for-range.cpp DR1472: A reference isn't odr-used if it has preceding initialization, 2012-10-20 01:38:33 +00:00
forward-enum.cpp
fp16-mangle.cpp
fp16-overload.cpp
friend-redecl.cpp
function-template-explicit-specialization.cpp
function-template-specialization.cpp
global-array-destruction.cpp Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with 2012-11-12 21:38:00 +00:00
global-block-literal-helpers.cpp block literal irgen: several improvements on naming block 2012-06-26 16:06:38 +00:00
global-dtor-no-atexit.cpp Use atexit when __cxa_atexit isn't available instead of adding a 2012-04-06 18:21:06 +00:00
global-init-darwin.cpp
global-init.cpp Update documentation of HasSideEffects to match its callers' expectations, and 2012-08-07 05:18:29 +00:00
global-llvm-constant.cpp
goto.cpp
implicit-copy-assign-operator.cpp
implicit-copy-constructor.cpp When deciding whether to convert an array construction loop into a memcpy, look 2012-11-07 23:56:21 +00:00
implicit-instantiation-1.cpp
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 PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. 2012-04-27 19:33:05 +00:00
init-invariant.cpp
init-priority-attr.cpp Implement codegen for init_priority attribute properly - make sure it 2012-11-06 22:44:45 +00:00
inline-functions.cpp When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations. PR13252. 2012-07-02 21:05:30 +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
instrument-functions.cpp
internal-linkage.cpp
key-function-vtable.cpp
lambda-expressions.cpp Don't assert/crash on reference variables in lambdas bound to a 2013-01-03 00:39:26 +00:00
lvalue-bitcasts.cpp
m64-ptr.cpp
mangle-98.cpp
mangle-abi-examples.cpp
mangle-address-space.cpp
mangle-alias-template.cpp
mangle-exprs.cpp Implement Mike Herrick's proposed noexcept mangling. 2012-09-25 09:10:17 +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
mangle-lambdas.cpp Fix an edge case of mangling involving the combination of a lambda and typeid. 2012-09-26 04:34:21 +00:00
mangle-local-class-names.cpp
mangle-local-class-vtables.cpp
mangle-local-classes-nested.cpp
mangle-ms-abi-examples.cpp Grab bag of Microsoft Mangler fixes: 2012-06-13 00:18:14 +00:00
mangle-ms-arg-qualifiers.cpp Follow-up on r163110 - forgot to commit some new tests... 2012-09-03 09:20:57 +00:00
mangle-ms-back-references-pr13207.cpp [-cxx-abi microsoft] Also spill the argument-back-references context when mangling templates 2012-11-29 08:58:47 +00:00
mangle-ms-back-references.cpp [Windows] Split the back reference tests into two separate files as the templates are getting hairy 2012-07-12 14:33:58 +00:00
mangle-ms-cxx11.cpp MS: Mangle rvalue references and nullptr_t, and produce back-references when 2012-06-21 02:52:27 +00:00
mangle-ms-return-qualifiers.cpp Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" 2012-09-03 09:08:10 +00:00
mangle-ms-template-callback.cpp Fix the mangling of function pointers in the MS ABI. 2012-08-25 01:12:56 +00:00
mangle-ms-templates.cpp [Windows] Fix mangling of number literal '0' 2012-11-08 23:38:59 +00:00
mangle-ms.cpp Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft 2012-11-26 08:55:48 +00:00
mangle-neon-vectors.cpp
mangle-nullptr-arg.cpp Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
mangle-ref-qualifiers.cpp Change the mangling of a ref-qualifier on a function type so that 2012-05-15 02:01:59 +00:00
mangle-std-externc.cpp
mangle-subst-std.cpp
mangle-subst.cpp
mangle-system-header.cpp
mangle-template.cpp Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +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
mangle-unnamed.cpp
mangle-valist.cpp Fix PR 11709: Change the definition of va_list to meet AAPCS requirement 2012-10-10 06:56:20 +00:00
mangle-variadic-templates.cpp
mangle.cpp Provide the correct mangling and linkage for certain unnamed nested classes. 2012-11-14 01:52:05 +00:00
member-alignment.cpp This patch removes the XFAIL for powerpc for 2012-10-31 17:31:46 +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
member-function-pointer-calls.cpp
member-function-pointers.cpp Restructure some of the member-pointer tests, implicitly 2012-05-01 17:32:20 +00:00
member-functions.cpp PR13941: Mark all virtual functions as unnamed_addr. It's not possible to 2012-09-28 22:46:07 +00:00
member-init-anon-union.cpp A union can have a constexpr defaulted default constructor, if it has an 2012-05-07 01:07:30 +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
member-templates.cpp
microsoft-abi-array-cookies.cpp clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array-cookies.cpp, for -Asserts. 2012-05-01 11:13:04 +00:00
microsoft-abi-constructors.cpp First step towards vftable generation with -cxx-abi microsoft PR13231 2013-01-21 13:02:41 +00:00
microsoft-abi-default-cc.cpp Fix the CC-matching logic for instance methods in the MS ABI. 2012-08-25 02:00:03 +00:00
microsoft-abi-methods.cpp clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. 2012-09-25 09:53:18 +00:00
microsoft-abi-static-initializers.cpp clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. 2012-09-25 09:53:18 +00:00
microsoft-abi-vtables-single-inheritance.cpp First step towards vftable generation with -cxx-abi microsoft PR13231 2013-01-21 13:02:41 +00:00
microsoft-interface.cpp clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. 2012-09-25 09:53:18 +00:00
microsoft-uuidof-unsupported-target.cpp Add codegen support for __uuidof(). 2012-10-11 10:13:44 +00:00
microsoft-uuidof.cpp clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for -Asserts. 2012-10-11 11:20:31 +00:00
ms_wide_predefined_expr.cpp Add tests that I wrote for r159060 but forgot to `svn add`. 2012-06-25 22:30:41 +00:00
multi-dim-operator-new.cpp
namespace-aliases.cpp
nested-base-member-access.cpp
new-array-init-exceptions.cpp
new-array-init.cpp
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 Fix a CodeGen bug where we would skip zero-initialization for 2012-08-25 07:11:29 +00:00
no-exceptions.cpp
noinline-template.cpp
nonconst-init.cpp
nrvo-noreturn.cc
nrvo.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
nullptr.cpp
operator-new.cpp
overload-binop-implicitconvert.cpp
override-layout.cpp When an externally-supplied record layout has a size that clearly 2012-10-26 22:31:14 +00:00
partial-destruction.cpp
pointers-to-data-members.cpp Make the ".*" operator work correctly when the base is a prvalue and the field has a non-trivial copy constructor. PR13097. 2012-06-15 23:51:06 +00:00
pr9130.cpp
pr9965.cpp
pr11676.cpp
pr11797.cpp
pr12104.cpp
pr12104.h
pr12251.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
pr13396.cpp Handle functions with struct arguments or return types and the regparm 2012-07-31 02:44:24 +00:00
pragma-pack-2.cpp
pragma-pack.cpp
pragma-visibility.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +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 Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__ 2012-12-14 19:44:11 +00:00
ptr-to-datamember.cpp
ptr-to-member-function.cpp
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
reference-field.cpp
reference-in-block-args.cpp
reference-in-blocks.cpp
reference-init.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
references.cpp Rework the bitfield access IR generation to address PR13619 and 2012-12-06 11:14:44 +00:00
regparm.cpp Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the 2012-10-23 02:04:01 +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 At -O0, emit an @llvm.trap() call at the end of a value-returning function which 2012-10-15 00:23:07 +00:00
rtti-fundamental.cpp
rtti-layout.cpp
rtti-linkage.cpp
rtti-visibility.cpp
rvalue-references.cpp When devirtualizing the conversion to a virtual base subobject, 2012-08-01 05:04:58 +00:00
scoped-enums.cpp
sel-address.mm
sizeof-unwind-exception.cpp
skip-vtable-pointer-initialization.cpp
specialized-static-data-mem-init.cpp
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
static-init-1.cpp
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
static-init.cpp PR12226: don't generate wrong code if a braced string literal is used to 2012-04-15 02:50:59 +00:00
static-local-in-local-class.cpp
static-member-variable-explicit-specialization.cpp
static-mutable.cpp
stmtexpr.cpp
switch-case-folding-1.cpp
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
temp-order.cpp Make the test less sensitive to the inline threshold. 2012-12-14 00:26:15 +00:00
template-anonymous-types.cpp Provide the correct mangling and linkage for certain unnamed nested classes. 2012-11-14 01:52:05 +00:00
template-anonymous-union-member-initializer.cpp
template-dependent-bind-temporary.cpp
template-inner-struct-visibility-hidden.cpp
template-instantiation.cpp Disable llvm optimizations in a clang test. 2012-06-22 17:28:01 +00:00
template-linkage.cpp Don't assert in codegen on static data members which have NoLinkage. Fixes 2013-01-10 01:46:29 +00:00
template-static-var-defer.cpp
temporaries.cpp Fix some wrong-code bugs in implicitly-defined assignment operators: 2012-11-13 00:54:12 +00:00
thiscall-struct-return.cpp
threadsafe-statics-exceptions.cpp
threadsafe-statics.cpp
throw-expression-cleanup.cpp Fix ABI dependent tests by providing an explicit target triple. 2012-09-19 18:46:03 +00:00
throw-expression-dtor.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
throw-expressions.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
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
thunks-available-externally.cpp
thunks.cpp Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get 2012-09-21 20:39:32 +00:00
trivial-constructor-init.cpp Remove duplicated line. 2012-11-12 22:29:43 +00:00
try-catch.cpp
typeid-cxx11.cpp DR1535: only potentially-evaluated typeid expressions are disallowed in constant 2012-10-17 23:52:07 +00:00
typeid.cpp
typeinfo
unary-type-trait.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
uncode-string.cpp
union-dtor.cpp
unknown-anytype.cpp
value-init.cpp Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a value-initialized bool! 2012-12-21 03:17:28 +00:00
vararg-conversion-ctor.cpp
vararg-non-pod.cpp
varargs.cpp
variadic-templates.cpp
virt-canonical-decl.cpp
virt-dtor-gen.cpp
virt-dtor-key.cpp
virt-template-vtable.cpp When marking virtual functions as used for a class' vtable, mark all functions 2012-07-07 06:59:51 +00:00
virt-thunk-reference.cpp
virtual-base-cast.cpp
virtual-base-ctor.cpp
virtual-base-destructor-call.cpp
virtual-bases.cpp
virtual-destructor-calls.cpp PR12798: Don't drop part of the nested name specifier when instantiating a 2012-05-15 06:15:11 +00:00
virtual-destructor-synthesis.cpp
virtual-function-calls.cpp
virtual-functions-incomplete-types.cpp
virtual-implicit-copy-assignment.cpp
virtual-implicit-move-assignment.cpp
virtual-inherited-destructor.cpp
virtual-operator-call.cpp A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
virtual-pseudo-destructor-call.cpp
visibility-hidden-extern-templates.cpp
visibility-inlines-hidden.cpp Disable caching of visibility. 2013-01-12 06:42:30 +00:00
visibility.cpp Disable caching of visibility. 2013-01-12 06:42:30 +00:00
vla.cpp
volatile-1.cpp
volatile.cpp
vtable-available-externally.cpp
vtable-cast-crash.cpp
vtable-debug-info.cpp
vtable-key-function.cpp
vtable-layout-abi-examples.cpp
vtable-layout-extreme.cpp
vtable-layout.cpp Note deleted functions when dumping vtables. 2012-10-16 20:25:33 +00:00
vtable-linkage.cpp
vtable-pointer-initialization.cpp
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
weak-external.cpp
x86_32-arguments.cpp
x86_64-arguments.cpp Merge x86-64-abi-sret-vs-2word-struct-param.cpp into the generic 2012-05-03 01:34:46 +00:00