| .. | 
		
		
			
			
			
			
				| 2010-03-09-AnonAggregate.cpp | More then one anonymous aggregates on one line creates chaos when MDNode uniquness is combined with RAUW operation. Right solution is to avoid using RAUW. | 2010-03-09 21:32:27 +00:00 | 
		
			
			
			
			
				| DynArrayInit.cpp | tests: Rewrite test to check intent instead of implementation. | 2010-06-28 17:43:18 +00:00 | 
		
			
			
			
			
				| PR4827-cast.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| PR4983-constructor-conversion.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| PR5050-constructor-conversion.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| PR5093-static-member-function.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| PR5834-constructor-conversion.cpp | When converting from a type to itself or one of its base classes via a | 2009-12-22 00:21:20 +00:00 | 
		
			
			
			
			
				| PR5863-unreachable-block.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| PR6474.cpp | Use -emit-llvm-only, to avoid leaving a temp around. | 2010-03-11 18:23:02 +00:00 | 
		
			
			
			
			
				| __null.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| abstract-class-ctors-dtors.cpp | Don't emit complete constructors for abstract classes. Also, don't emit | 2011-05-08 17:25:05 +00:00 | 
		
			
			
			
			
				| address-of-fntemplate.cpp | When determining a standard conversion sequence involves resolving the | 2010-04-29 18:24:40 +00:00 | 
		
			
			
			
			
				| alloca-align.cpp | X86-64: | 2010-06-28 19:56:59 +00:00 | 
		
			
			
			
			
				| anonymous-namespaces.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| anonymous-union-member-initializer.cpp | Formatting. | 2011-04-12 00:59:32 +00:00 | 
		
			
			
			
			
				| apple-kext-guard-variable.cpp | Output to tempfile | 2011-03-22 00:19:31 +00:00 | 
		
			
			
			
			
				| apple-kext-indirect-call-2.C | More work to support -fapple-kext regarding | 2011-01-28 23:42:29 +00:00 | 
		
			
			
			
			
				| apple-kext-indirect-call.C | Move cheking of kext into canDevirtualizeMemberFunctionCalls(). | 2011-01-21 01:04:41 +00:00 | 
		
			
			
			
			
				| apple-kext-indirect-virtual-dtor-call.cpp | -fapple-kext, elimination of all direct calls to virtual dtors. | 2011-02-02 23:12:46 +00:00 | 
		
			
			
			
			
				| apple-kext-linkage.C | -fapple-kext cannot have 'weak' visibility in this | 2011-02-04 00:01:24 +00:00 | 
		
			
			
			
			
				| apple-kext-no-staticinit-section.C | In -fapple-kext mode, global object construction code | 2011-02-15 18:54:46 +00:00 | 
		
			
			
			
			
				| arm-cc.cpp | Change the test for which ABI/CC to use on ARM to be base on the environment | 2010-06-16 19:01:17 +00:00 | 
		
			
			
			
			
				| arm.cpp | The array-size operand to a new-expression is not necessarily a size_t. | 2011-05-15 07:14:44 +00:00 | 
		
			
			
			
			
				| array-construction.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| array-operator-delete-call.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| array-pointer-decay.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| array-value-initialize.cpp | add missing newlines at end of file. | 2010-12-21 02:36:58 +00:00 | 
		
			
			
			
			
				| asm.cpp | Properly handle temporaries that are created in a AsmStmt. | 2010-11-02 02:33:08 +00:00 | 
		
			
			
			
			
				| assign-operator.cpp | Handle compound assignment expressions (i += j) as lvalues, which is | 2010-04-23 04:16:32 +00:00 | 
		
			
			
			
			
				| attr-used.cpp | Emit in-class member function definitions that are marked | 2011-02-15 18:11:42 +00:00 | 
		
			
			
			
			
				| attr.cpp | Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. | 2010-12-07 15:23:23 +00:00 | 
		
			
			
			
			
				| bitfield-layout.cpp | Simplify wide bit-field layout in CGRecordLayoutBuilder, and also fix a bug where assigning to a bit-field member would overwrite other parts of the struct. | 2010-04-17 22:54:57 +00:00 | 
		
			
			
			
			
				| block-byref-cxx-objc.cpp | Test for // rdar://8594790 | 2010-12-02 17:58:10 +00:00 | 
		
			
			
			
			
				| block-destruct.cpp | Fixes a Code Gen. Crash when calling destructor on a __block | 2010-05-04 00:26:07 +00:00 | 
		
			
			
			
			
				| block-in-ctor-dtor.cpp | Patch to correctly mangle block helper functions | 2010-06-24 00:08:06 +00:00 | 
		
			
			
			
			
				| blocks.cpp | When block-capturing a variable with a non-trivial destructor, | 2011-04-28 02:15:35 +00:00 | 
		
			
			
			
			
				| builtins.cpp | In C++, if the user redeclares a builtin function with a type that is | 2010-12-21 19:47:46 +00:00 | 
		
			
			
			
			
				| c-linkage.cpp | Fixes a code gen. bug by removing an assert. | 2010-04-20 22:02:31 +00:00 | 
		
			
			
			
			
				| c99-variable-length-array.cpp | Do the right thing for zero-initializing VLAs that don't have a zero | 2011-02-01 21:35:06 +00:00 | 
		
			
			
			
			
				| call-arg-zero-temp.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| cast-conversion.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| casts.cpp | Make sure that reinterpret_cast gets a CastKind on all successful | 2009-12-22 22:47:22 +00:00 | 
		
			
			
			
			
				| class-layout.cpp | Use the right type name. | 2011-04-17 21:57:29 +00:00 | 
		
			
			
			
			
				| condition.cpp | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | 2010-07-23 21:56:41 +00:00 | 
		
			
			
			
			
				| conditional-expr-lvalue.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| conditional-gnu-ext.cpp | Bind references to opaque r-values correctly.  Add a few test cases | 2011-02-21 05:25:38 +00:00 | 
		
			
			
			
			
				| conditional-temporaries.cpp | Update test. | 2010-02-04 17:29:32 +00:00 | 
		
			
			
			
			
				| const-base-cast.cpp | Fix runline. | 2009-12-27 05:59:41 +00:00 | 
		
			
			
			
			
				| const-global-linkage.cpp | Mangle static variables with an extra name to distinguish them from non-static variables in the same TU. | 2010-01-24 03:04:27 +00:00 | 
		
			
			
			
			
				| const-init.cpp | Secure this test against slightly different number formatters. | 2010-10-09 02:28:39 +00:00 | 
		
			
			
			
			
				| constructor-attr.cpp | In addition to in-class member functions marked with the "used" | 2011-02-19 21:54:50 +00:00 | 
		
			
			
			
			
				| constructor-conversion.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| constructor-convert.cpp | Warn about code that uses variables and functions with internal linkage | 2011-02-19 02:53:41 +00:00 | 
		
			
			
			
			
				| constructor-default-arg.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| constructor-direct-call.cpp | Fix newlines. | 2011-01-18 05:36:08 +00:00 | 
		
			
			
			
			
				| constructor-for-array-members.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| constructor-init-reference.cpp | Turn access control on by default in -cc1. | 2010-04-09 19:03:51 +00:00 | 
		
			
			
			
			
				| constructor-init.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| constructor-template.cpp | Correctly pass VTT parameters to constructors and destructors. The VTTs aren't yet used in the ctors/dtors, but that will follow. | 2010-01-02 01:01:18 +00:00 | 
		
			
			
			
			
				| constructors.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| conversion-function.cpp | XFAIL this for now. | 2010-01-27 03:06:00 +00:00 | 
		
			
			
			
			
				| conversion-operator-base.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| convert-to-fptr.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| copy-assign-synthesis-1.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| copy-assign-synthesis-2.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| copy-assign-synthesis-3.cpp | Fix a couple bugs in copy assignment operator synthesis. | 2010-01-15 20:06:11 +00:00 | 
		
			
			
			
			
				| copy-assign-synthesis.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| copy-constructor-elim-2.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| copy-constructor-elim.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| copy-constructor-synthesis-2.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| copy-constructor-synthesis.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| copy-in-cplus-object.cpp | Block Code Gen. API. Call destructor on descriptior | 2010-06-08 20:57:22 +00:00 | 
		
			
			
			
			
				| copy-initialization.cpp | Rework our handling of copy construction of temporaries, which was a | 2010-04-02 18:24:57 +00:00 | 
		
			
			
			
			
				| cxx-apple-kext.cpp | tests: Use %clangxx when using driver for C++, in case C++ support is disabled. | 2010-06-29 16:52:24 +00:00 | 
		
			
			
			
			
				| cxx-block-objects.cpp | Block API patch to do copy ctor of copied-in cxx objects in | 2010-11-13 21:53:34 +00:00 | 
		
			
			
			
			
				| cxx0x-delegating-ctors.cpp | Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. | 2011-05-19 05:13:44 +00:00 | 
		
			
			
			
			
				| debug-info-byval.cpp | fix a bunch of comment typos found by codespell.  Patch by | 2011-04-15 05:22:18 +00:00 | 
		
			
			
			
			
				| debug-info-class.cpp | Emit debug info for static const class member. | 2010-08-12 00:02:44 +00:00 | 
		
			
			
			
			
				| debug-info-ctor.cpp | Revert r110936; this fails on clang-i686-darwin10 too. | 2010-08-12 18:57:17 +00:00 | 
		
			
			
			
			
				| debug-info-ctor2.cpp | Mark explict methods as explict in debug info. | 2010-10-01 23:32:17 +00:00 | 
		
			
			
			
			
				| debug-info-cxx0x.cpp | Correctly unwrap 'auto' types. Fixes PR9414. | 2011-03-06 16:43:04 +00:00 | 
		
			
			
			
			
				| debug-info-enum.cpp | Test case for llvm r110712. | 2010-08-10 20:01:51 +00:00 | 
		
			
			
			
			
				| debug-info-fn-template.cpp | Emit debug info for function template parameters. | 2011-04-05 22:54:11 +00:00 | 
		
			
			
			
			
				| debug-info-friend.cpp | Debug info for friends! | 2010-08-27 17:47:47 +00:00 | 
		
			
			
			
			
				| debug-info-large-constant.cpp | Add target triple. | 2011-01-06 22:30:05 +00:00 | 
		
			
			
			
			
				| debug-info-limit.cpp | A constructor call should force class's debug info even if -flimit-debug-info is enabled. | 2011-02-22 20:55:26 +00:00 | 
		
			
			
			
			
				| debug-info-member.cpp | Test case for r115067. | 2010-09-29 19:08:35 +00:00 | 
		
			
			
			
			
				| debug-info-method-spec.cpp | Tie debug information for method declaration with debug information for method definition. | 2011-04-23 00:08:01 +00:00 | 
		
			
			
			
			
				| debug-info-method.cpp | Emit method access specifier. | 2010-09-29 21:46:16 +00:00 | 
		
			
			
			
			
				| debug-info-namespace.cpp | test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 to let cygming pass. | 2011-05-02 04:49:53 +00:00 | 
		
			
			
			
			
				| debug-info-template.cpp | Incomplete type does not have any size. | 2011-04-04 23:18:38 +00:00 | 
		
			
			
			
			
				| debug-info-this.cpp | Add a test case for r128957. It fixed a bug! | 2011-04-06 00:01:52 +00:00 | 
		
			
			
			
			
				| debug-info.cpp | test case for PR7920. | 2010-08-23 18:26:10 +00:00 | 
		
			
			
			
			
				| decl-ref-init.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| default-arg-temps.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| default-arguments.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| default-constructor-default-argument.cpp | Correctly pass VTT parameters to constructors and destructors. The VTTs aren't yet used in the ctors/dtors, but that will follow. | 2010-01-02 01:01:18 +00:00 | 
		
			
			
			
			
				| default-constructor-for-members.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| default-constructor-template-member.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| default-destructor-nested.cpp | Turn access control on by default in -cc1. | 2010-04-09 19:03:51 +00:00 | 
		
			
			
			
			
				| default-destructor-synthesis.cpp | Fix test/CodeGenCXX/default-destructor-synthesis.cpp not to rely on asm output. | 2010-01-27 03:03:08 +00:00 | 
		
			
			
			
			
				| deferred-global-init.cpp | C++: Add support for -fno-use-cxa-atexit. | 2010-03-20 04:15:41 +00:00 | 
		
			
			
			
			
				| delete-two-arg.cpp | Do a proper recursive lookup when deciding whether a class's usual | 2011-01-27 09:37:56 +00:00 | 
		
			
			
			
			
				| delete.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| dependent-type-member-pointer.cpp | PR7736: Make sure to mark &Class::Member correctly as being type-dependent | 2010-07-28 23:26:18 +00:00 | 
		
			
			
			
			
				| derived-to-base-conv.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| derived-to-base.cpp | Restore the lvalue-to-rvalue conversion patch with a minimal fix. | 2010-12-01 04:43:34 +00:00 | 
		
			
			
			
			
				| derived-to-virtual-base-class-calls-final.cpp | Cleanup tests, no functionality change. | 2011-04-17 21:49:47 +00:00 | 
		
			
			
			
			
				| destructor-calls.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| destructor-debug-info.cpp | Fix debug info for cleanup block. | 2010-04-13 00:08:43 +00:00 | 
		
			
			
			
			
				| destructors.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| devirtualize-virtual-function-calls-final.cpp | When trying to get the most derived class, don't assume that we can ignore all casts. We can only ignore derived-to-base and no-op casts. Fixes selfhost. | 2011-01-29 05:04:11 +00:00 | 
		
			
			
			
			
				| devirtualize-virtual-function-calls.cpp | Strip off parens and no-op casts when deciding if an expr can be devirtualized. Fixes the second half of PR9660. | 2011-04-10 18:20:53 +00:00 | 
		
			
			
			
			
				| dynamic-cast-always-null.cpp | Cleanup tests, no functionality change. | 2011-04-17 21:49:47 +00:00 | 
		
			
			
			
			
				| dynamic-cast.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| eh.cpp | Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. | 2011-05-19 05:13:44 +00:00 | 
		
			
			
			
			
				| elide-call-reference.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| empty-classes.cpp | Fix PR8796. | 2010-12-29 23:02:58 +00:00 | 
		
			
			
			
			
				| empty-union.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| enum.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| eval-recursive-constant.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| exceptions-no-rtti.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| exceptions.cpp | The conditional needs to be pushed before the branch.  Make the test less | 2011-03-07 03:12:35 +00:00 | 
		
			
			
			
			
				| explicit-instantiation.cpp | Template static data members can have weak_odr linkage, not just | 2011-04-12 01:46:54 +00:00 | 
		
			
			
			
			
				| expr.cpp | Improve test coverage. | 2010-08-21 02:46:28 +00:00 | 
		
			
			
			
			
				| extern-c.cpp | Fix assertion failure when parsing linkage specifications (PR5921), | 2010-02-07 08:38:28 +00:00 | 
		
			
			
			
			
				| field-access-debug-info.cpp | Encode field accessibility. | 2010-04-21 23:12:37 +00:00 | 
		
			
			
			
			
				| for-range-temporaries.cpp | Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The labels there are numbered, not named, and numbered labels are formatted differently. | 2011-04-15 10:12:39 +00:00 | 
		
			
			
			
			
				| for-range.cpp | Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The labels there are numbered, not named, and numbered labels are formatted differently. | 2011-04-15 10:12:39 +00:00 | 
		
			
			
			
			
				| friend-redecl.cpp | When IRgen refers to a function declaration that is not	a definition, | 2011-02-09 02:03:05 +00:00 | 
		
			
			
			
			
				| function-template-explicit-specialization.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| function-template-specialization.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| global-array-destruction.cpp | Testcase fixes to reflect instruction table changes in the LLVM backend | 2009-12-18 00:04:09 +00:00 | 
		
			
			
			
			
				| global-dtor-no-atexit.cpp | Fix PR7097, a bad interaction between -fno-use-cxa-atexit and | 2010-06-19 05:52:45 +00:00 | 
		
			
			
			
			
				| global-init-darwin.cpp | Try to fix buildbot tests. | 2010-06-08 23:10:20 +00:00 | 
		
			
			
			
			
				| global-init.cpp | When laying out bases in, always try the "base subobject" LLVM type. If it | 2011-04-17 21:56:13 +00:00 | 
		
			
			
			
			
				| global-llvm-constant.cpp | When determining whether we can make a declaration into a global | 2011-05-13 01:05:07 +00:00 | 
		
			
			
			
			
				| goto.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| implicit-copy-assign-operator.cpp | Try to unbreak clang-i686-darawin10 builder | 2010-05-03 15:51:04 +00:00 | 
		
			
			
			
			
				| implicit-copy-constructor.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| implicit-instantiation-1.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| incomplete-member-function-pointer.cpp | Fix for PR7040: Don't try to compute the LLVM type for a function where it | 2010-05-30 06:03:20 +00:00 | 
		
			
			
			
			
				| init-incomplete-type.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| inline-functions.cpp | Set the "implicitly inline" bit on a method as soon as we see a definition | 2010-12-15 04:00:32 +00:00 | 
		
			
			
			
			
				| instantiate-blocks.cpp | More block instantiation stuff. Set variable/param DeclContext | 2010-07-13 20:05:58 +00:00 | 
		
			
			
			
			
				| instantiate-init-list.cpp | Turn access control on by default in -cc1. | 2010-04-09 19:03:51 +00:00 | 
		
			
			
			
			
				| instrument-functions.cpp | Fix crash on C++ code when compiling with -finstrument-functions. | 2011-05-16 23:49:20 +00:00 | 
		
			
			
			
			
				| internal-linkage.cpp | Warn about code that uses variables and functions with internal linkage | 2011-02-19 02:53:41 +00:00 | 
		
			
			
			
			
				| key-function-vtable.cpp | Warn about code that uses variables and functions with internal linkage | 2011-02-19 02:53:41 +00:00 | 
		
			
			
			
			
				| lvalue-bitcasts.cpp | Add lvalue-bitcast support for complex numbers. | 2010-07-14 21:35:45 +00:00 | 
		
			
			
			
			
				| mangle-abi-examples.cpp | Fix some bugs in local class mangling brought up in PR8355. | 2010-10-18 21:28:44 +00:00 | 
		
			
			
			
			
				| mangle-address-space.cpp | Add name mangling for address spaces. We use the vendor-extension | 2010-06-14 23:15:08 +00:00 | 
		
			
			
			
			
				| mangle-alias-template.cpp | Implement support for C++0x alias templates. | 2011-05-05 21:57:07 +00:00 | 
		
			
			
			
			
				| mangle-exprs.cpp | Store a parameter index and function prototype depth in every | 2011-05-01 22:35:37 +00:00 | 
		
			
			
			
			
				| mangle-extern-local.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| mangle-extreme.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| mangle-local-class-names.cpp | Refactor local class name mangling and make it | 2010-03-04 01:02:03 +00:00 | 
		
			
			
			
			
				| mangle-local-class-vtables.cpp | Fix some bugs in local class mangling brought up in PR8355. | 2010-10-18 21:28:44 +00:00 | 
		
			
			
			
			
				| mangle-local-classes-nested.cpp | Fix some bugs in local class mangling brought up in PR8355. | 2010-10-18 21:28:44 +00:00 | 
		
			
			
			
			
				| mangle-ms.cpp | Use the right calling convention when mangling names in the Microsoft C++ | 2010-11-09 18:04:24 +00:00 | 
		
			
			
			
			
				| mangle-neon-vectors.cpp | Add a test for Neon vector mangling | 2010-11-16 00:32:31 +00:00 | 
		
			
			
			
			
				| mangle-ref-qualifiers.cpp | Rvalue references for *this: add name mangling for ref-qualifiers, | 2011-01-26 17:36:28 +00:00 | 
		
			
			
			
			
				| mangle-subst-std.cpp | Fix another regression from the "skip vtable pointer initialization" | 2011-05-16 04:08:36 +00:00 | 
		
			
			
			
			
				| mangle-subst.cpp | When mangling member function pointers, fake adding a substitution corresponding to the function type. | 2010-06-02 04:29:50 +00:00 | 
		
			
			
			
			
				| mangle-system-header.cpp | Don't turn off mangling in implicitly extern "C" system headers. GCC | 2010-03-07 05:10:40 +00:00 | 
		
			
			
			
			
				| mangle-template.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| mangle-unnameable-conversions.cpp | Implement support for C++0x alias templates. | 2011-05-05 21:57:07 +00:00 | 
		
			
			
			
			
				| mangle-unnamed.cpp | Make that test case actually test something, and add another test. | 2011-02-01 08:30:38 +00:00 | 
		
			
			
			
			
				| mangle-variadic-templates.cpp | When your comments and your code are out-of-sync, the test case is wrong. | 2011-01-13 17:44:36 +00:00 | 
		
			
			
			
			
				| mangle.cpp | Type prefixes of unresolved-names should only be mangled as unresolved-types | 2011-05-04 01:45:19 +00:00 | 
		
			
			
			
			
				| member-call-parens.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| member-expressions.cpp | Introduce a new kind of derived-to-base cast which bypasses the need for | 2010-03-30 23:58:03 +00:00 | 
		
			
			
			
			
				| member-function-pointer-calls.cpp | with recent optimizer changes, these all get devirtualized. | 2010-05-01 01:42:06 +00:00 | 
		
			
			
			
			
				| member-function-pointers.cpp | Reorganize the emission of (unfoldable) constant casts a bit, and | 2011-03-15 21:17:48 +00:00 | 
		
			
			
			
			
				| member-functions.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| member-init-assignment.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| member-init-struct.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| member-init-union.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| member-initializers.cpp | with recent optimizer changes, these all get devirtualized. | 2010-05-01 01:42:06 +00:00 | 
		
			
			
			
			
				| member-pointer-type-convert.cpp | Substantially revise how clang computes the visibility of a declaration to | 2010-10-22 21:05:15 +00:00 | 
		
			
			
			
			
				| member-templates.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| multi-dim-operator-new.cpp | Check for some code gen. for PR6641 test. | 2010-03-25 18:05:35 +00:00 | 
		
			
			
			
			
				| namespace-aliases.cpp | I hate default statements. Fixes PR6874. | 2010-04-23 02:02:43 +00:00 | 
		
			
			
			
			
				| nested-base-member-access.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| new-operator-phi.cpp | Turn access control on by default in -cc1. | 2010-04-09 19:03:51 +00:00 | 
		
			
			
			
			
				| new-with-default-arg.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| new.cpp | Don't actually emit calls to the reserved global placement new and delete | 2011-05-16 01:05:12 +00:00 | 
		
			
			
			
			
				| no-exceptions.cpp | Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled. | 2010-02-06 23:59:05 +00:00 | 
		
			
			
			
			
				| nonconst-init.cpp | Fix crash initializing a bit-field with a non-constant in a place where we | 2010-07-17 23:55:01 +00:00 | 
		
			
			
			
			
				| nrvo-noreturn.cc | Ensure that the NRVO flag has some block to insert into. Fixes PR9178! | 2011-02-16 23:59:08 +00:00 | 
		
			
			
			
			
				| nrvo.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| nullptr.cpp | add missing newlines at end of file. | 2010-12-21 02:36:58 +00:00 | 
		
			
			
			
			
				| operator-new.cpp | Abstract IR generation of array cookies into the C++ ABI class and | 2010-09-02 09:58:18 +00:00 | 
		
			
			
			
			
				| overload-binop-implicitconvert.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| pointers-to-data-members.cpp | When laying out bases in, always try the "base subobject" LLVM type. If it | 2011-04-17 21:56:13 +00:00 | 
		
			
			
			
			
				| pr9130.cpp | Add test from PR9130. | 2011-02-03 06:36:50 +00:00 | 
		
			
			
			
			
				| pragma-pack.cpp | When laying out bases in, always try the "base subobject" LLVM type. If it | 2011-04-17 21:56:13 +00:00 | 
		
			
			
			
			
				| pragma-visibility.cpp | Treat visibility on an enclosing namespace as a non-explicit source of | 2010-12-10 02:59:44 +00:00 | 
		
			
			
			
			
				| predefined-expr-sizeof.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| predefined-expr.cpp | Add unnamed_addr when creating artificial string globals. For example, in | 2011-01-10 22:34:03 +00:00 | 
		
			
			
			
			
				| ptr-to-datamember.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| ptr-to-member-function.cpp | update a bunch of tests that are using the x86 backend instead of grepping IR :( | 2010-09-22 06:09:31 +00:00 | 
		
			
			
			
			
				| reference-bind-default-argument.cpp | Fix for PR5524: make reference binding in default argument work correctly. | 2009-12-19 00:20:10 +00:00 | 
		
			
			
			
			
				| reference-cast.cpp | Adjust test for float printing differences. Windows uses three digits for the exponent, everyone else two. | 2010-07-19 11:48:10 +00:00 | 
		
			
			
			
			
				| reference-field.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| reference-in-block-args.cpp | Block C++ code gen. Adds support for block reference argument | 2010-06-02 21:35:17 +00:00 | 
		
			
			
			
			
				| reference-in-blocks.cpp | Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some projects. | 2010-09-03 00:35:23 +00:00 | 
		
			
			
			
			
				| reference-init.cpp | Fix reference binding of const lvalue references to bit-fields, which | 2010-01-29 19:14:02 +00:00 | 
		
			
			
			
			
				| references.cpp | PR9494: Get rid of bitcast which was both unnecessary and written incorrectly. | 2011-03-16 22:34:09 +00:00 | 
		
			
			
			
			
				| reinterpret-cast.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| rtti-fundamental.cpp | Set unnamed_addr in every type info. | 2011-01-11 23:55:05 +00:00 | 
		
			
			
			
			
				| rtti-layout.cpp | When building RTTI descriptors for pointer types, we need to get the unqualified array type and the qualifiers from it. | 2010-06-02 15:44:35 +00:00 | 
		
			
			
			
			
				| rtti-linkage.cpp | When emitting RTTI for a non-class type, compute the visibility of the RTTI data based on the explicit visibility of the type. | 2011-01-29 22:10:32 +00:00 | 
		
			
			
			
			
				| rtti-visibility.cpp | Fix test. | 2011-01-29 22:39:23 +00:00 | 
		
			
			
			
			
				| rvalue-references.cpp | Allow elision of invocations of move constructors from temporary objects. | 2011-01-27 23:24:55 +00:00 | 
		
			
			
			
			
				| sel-address.mm | Do not treat @selector as lvalue (unlike g++). | 2010-06-17 21:45:48 +00:00 | 
		
			
			
			
			
				| skip-vtable-pointer-initialization.cpp | Fix another regression from the "skip vtable pointer initialization" | 2011-05-16 04:08:36 +00:00 | 
		
			
			
			
			
				| specialized-static-data-mem-init.cpp | Template static data members can have weak_odr linkage, not just | 2011-04-12 01:46:54 +00:00 | 
		
			
			
			
			
				| static-assert.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| static-data-member.cpp | Template static data members can have weak_odr linkage, not just | 2011-04-12 01:46:54 +00:00 | 
		
			
			
			
			
				| static-init-1.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| static-init-2.cpp | turn down the logical bitwise confusion warning to not warn | 2010-07-24 01:10:11 +00:00 | 
		
			
			
			
			
				| static-init-3.cpp | Template static data members can have weak_odr linkage, not just | 2011-04-12 01:46:54 +00:00 | 
		
			
			
			
			
				| static-init.cpp | Fix a test case and teach ClearLinkageCache() to clear the linkage of | 2011-03-22 06:58:49 +00:00 | 
		
			
			
			
			
				| static-local-in-local-class.cpp | Patch to fix a irgen crash accessing an initialized local static | 2010-05-26 21:45:50 +00:00 | 
		
			
			
			
			
				| static-member-variable-explicit-specialization.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| stmtexpr.cpp | patch to do array-to-pointer conversion in a | 2010-10-27 20:10:28 +00:00 | 
		
			
			
			
			
				| temp-order.cpp | Fix a nasty bug where temporaries weren't marked as being conditional in some cases. | 2010-01-24 00:20:05 +00:00 | 
		
			
			
			
			
				| template-anonymous-types.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| template-anonymous-union-member-initializer.cpp | Turn access control on by default in -cc1. | 2010-04-09 19:03:51 +00:00 | 
		
			
			
			
			
				| template-dependent-bind-temporary.cpp | Fixes an assertion violation when bind to temporary | 2010-11-02 21:05:53 +00:00 | 
		
			
			
			
			
				| template-inner-struct-visibility-hidden.cpp | Template static data members can have weak_odr linkage, not just | 2011-04-12 01:46:54 +00:00 | 
		
			
			
			
			
				| template-instantiation.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| template-linkage.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| template-static-var-defer.cpp | Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less | 2010-06-19 06:24:06 +00:00 | 
		
			
			
			
			
				| temporaries.cpp | Fix some obvious bugs in the conditional-cleanup code and then make the | 2011-01-26 19:15:39 +00:00 | 
		
			
			
			
			
				| threadsafe-statics-exceptions.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| threadsafe-statics.cpp | When compiling with -fno-threadsafe-statics, guard variables for globals with internal linkage don't have to be i64, i8 works just fine! | 2011-04-27 04:37:08 +00:00 | 
		
			
			
			
			
				| throw-expression-dtor.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| throw-expressions.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| thunks-available-externally.cpp | Fix self-host; if a thunk already exists and has available_externally linkage, we should change its linkage instead of asserting. | 2011-02-06 20:09:44 +00:00 | 
		
			
			
			
			
				| thunks.cpp | Add an implementation of thunks for varargs methods.  The implementation is a bit messy, but it is correct as long as the method in question doesn't use indirect gotos.  A couple of possible alternative implementations are outlined in FIXME's in this patch. rdar://problem/8077308 . | 2011-05-06 17:27:27 +00:00 | 
		
			
			
			
			
				| trivial-constructor-init.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| try-catch.cpp | Add -fcxx-exceptions to all tests that use C++ exceptions. | 2011-02-28 00:40:07 +00:00 | 
		
			
			
			
			
				| typeid.cpp | Put a typeid test in its own namespace. | 2011-04-17 23:33:40 +00:00 | 
		
			
			
			
			
				| typeinfo | Fix members to be public. | 2009-11-16 19:48:50 +00:00 | 
		
			
			
			
			
				| unary-type-trait.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| uncode-string.cpp | Some support for unicode string constants | 2010-08-31 23:34:27 +00:00 | 
		
			
			
			
			
				| unknown-anytype.cpp | After some discussion with Doug, we decided that it made a lot more sense | 2011-04-12 00:42:48 +00:00 | 
		
			
			
			
			
				| value-init.cpp | Cut down unnecessary zero'ing when value-initializing arrays of C++ objects. | 2011-04-28 22:57:55 +00:00 | 
		
			
			
			
			
				| vararg-conversion-ctor.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| variadic-templates.cpp | Fix a test case | 2011-01-13 18:03:24 +00:00 | 
		
			
			
			
			
				| virt-call-offsets.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virt-canonical-decl.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virt-dtor-gen.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| virt-dtor-key.cpp | Set unnamed_addr in every type info. | 2011-01-11 23:55:05 +00:00 | 
		
			
			
			
			
				| virt-template-vtable.cpp | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr. | 2011-01-24 00:46:19 +00:00 | 
		
			
			
			
			
				| virt-thunk-reference.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virtual-base-cast.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virtual-base-ctor.cpp | Fixed by r123477. | 2011-01-14 22:19:38 +00:00 | 
		
			
			
			
			
				| virtual-base-destructor-call.cpp | Fix another regression from the "skip vtable pointer initialization" | 2011-05-16 04:08:36 +00:00 | 
		
			
			
			
			
				| virtual-bases.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| virtual-destructor-calls.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| virtual-destructor-synthesis.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virtual-function-calls.cpp | Fix a refacto that broke the clang-on-clang build. | 2010-02-12 18:14:46 +00:00 | 
		
			
			
			
			
				| virtual-functions-incomplete-types.cpp | X86-64: | 2010-06-28 19:56:59 +00:00 | 
		
			
			
			
			
				| virtual-implicit-copy-assignment.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virtual-inherited-destructor.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virtual-operator-call.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| virtual-pseudo-destructor-call.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| visibility-hidden-extern-templates.cpp | Revert 124633. The linker has been told how to merge available_externally. | 2011-02-01 05:45:26 +00:00 | 
		
			
			
			
			
				| visibility-inlines-hidden.cpp | Treat visibility on an enclosing namespace as a non-explicit source of | 2010-12-10 02:59:44 +00:00 | 
		
			
			
			
			
				| visibility.cpp | Don't consider visibility from template parameter lists if we're | 2011-03-04 10:39:25 +00:00 | 
		
			
			
			
			
				| volatile-1.cpp | Better framework for conditional cleanups;  untested as yet. | 2011-01-26 04:00:11 +00:00 | 
		
			
			
			
			
				| volatile.cpp | Fix a bug in the emission of __real/__imag l-values on scalar operands. | 2010-12-05 02:00:02 +00:00 | 
		
			
			
			
			
				| vtable-available-externally.cpp | Add another test that we can fully devirtualize now. | 2011-02-06 20:16:20 +00:00 | 
		
			
			
			
			
				| vtable-cast-crash.cpp | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | 2009-12-15 20:14:24 +00:00 | 
		
			
			
			
			
				| vtable-debug-info.cpp | test/CodeGenCXX/vtable-debug-info.cpp: It does not crash on mingw. | 2011-05-02 04:50:00 +00:00 | 
		
			
			
			
			
				| vtable-key-function.cpp | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr. | 2011-01-24 00:46:19 +00:00 | 
		
			
			
			
			
				| vtable-layout-abi-examples.cpp | Don't add address points for virtual primary bases that aren't primary bases in the complete class. | 2010-03-25 21:45:14 +00:00 | 
		
			
			
			
			
				| vtable-layout-extreme.cpp | Add an extreme vbase offsets test. I'm kinda amazed that this works myself ;) | 2010-02-16 16:50:08 +00:00 | 
		
			
			
			
			
				| vtable-layout.cpp | Change CollectPrimaryBases to collect the bases in the right order. Fixes one half of PR9660. | 2011-04-10 18:00:32 +00:00 | 
		
			
			
			
			
				| vtable-linkage.cpp | fix a bunch of comment typos found by codespell.  Patch by | 2011-04-15 05:22:18 +00:00 | 
		
			
			
			
			
				| vtable-pointer-initialization.cpp | Move unnamed_addr after the function arguments on Sabre's request. | 2011-01-25 19:10:24 +00:00 | 
		
			
			
			
			
				| vtt-layout.cpp | Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr. | 2011-01-24 00:46:19 +00:00 | 
		
			
			
			
			
				| warn-padded-packed.cpp | Use -emit-llvm-only in the test. | 2010-09-23 09:40:20 +00:00 | 
		
			
			
			
			
				| x86_32-arguments.cpp | Experiment with using first-class aggregates to represent member function | 2010-08-22 10:59:02 +00:00 | 
		
			
			
			
			
				| x86_64-arguments.cpp | When laying out bases in, always try the "base subobject" LLVM type. If it | 2011-04-17 21:56:13 +00:00 |