summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [objc] For the ARC error that is emitted when a synthesized property implemen...Argyrios Kyrtzidis2012-12-124-31/+40
* [ms-inline asm] Test case for r170037.Chad Rosier2012-12-121-1/+4
* Rewrite calls to bitcast unprototyped functions when emitting a definition.John McCall2012-12-122-1/+10
* [analyzer] Don't crash running destructors for multidimensional arrays.Jordan Rose2012-12-121-0/+27
* Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue Chad Rosier2012-12-125-10/+10
* Don't warn about disabled macro expansion if we see the name of a function-li...Richard Smith2012-12-121-0/+4
* [libclang] Make sure tokens from preprocessor directives are annotated as such,Argyrios Kyrtzidis2012-12-121-2/+31
* Fix line ending is tests. No functional change.Richard Trieu2012-12-122-37/+37
* clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 ...NAKAMURA Takumi2012-12-122-0/+6
* Try to fix Win32 failuresDouglas Gregor2012-12-111-1/+1
* Don't use 'touch' in this test; it may be the cause of Windows-related failures.Douglas Gregor2012-12-111-1/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-1161-120/+120
* Add SPIR32/SPIR64 targets to ClangGuy Benyei2012-12-112-0/+43
* Add -fslp-vectorize to enable bb-vectorizeHal Finkel2012-12-111-0/+13
* objective-C blocks: Check for record type when deciding if Fariborz Jahanian2012-12-111-0/+7
* Don't complain about incomplete implementations for methods that areDouglas Gregor2012-12-111-1/+3
* [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintainChad Rosier2012-12-111-0/+4
* [driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier2012-12-111-0/+9
* clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32.NAKAMURA Takumi2012-12-111-0/+1
* clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't kno...NAKAMURA Takumi2012-12-111-3/+3
* clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...NAKAMURA Takumi2012-12-118-5/+14
* Add tests for a corner case of when to relax all instructions:Rafael Espindola2012-12-112-0/+8
* PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith2012-12-111-0/+12
* [analyzer] Don't generate a summary for "freeWhenDone" if method isAnna Zaks2012-12-111-0/+15
* Remove until I can fix this.Bill Wendling2012-12-101-20/+0
* Use correct flags for this test.Bill Wendling2012-12-101-1/+2
* Fixup test case from r169755. These are driver options, not frontend options. Chad Rosier2012-12-101-1/+1
* Return true from HeaderSearch::isFileMultipleIncludeGuarded if the fileArgyrios Kyrtzidis2012-12-104-0/+12
* Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p...Bill Wendling2012-12-101-0/+19
* Remove unneeded typedef and volatileMichael Ilseman2012-12-102-6/+2
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-092-0/+69
* Add a triple to this test. It depends on little-endian bitfield layout.Chandler Carruth2012-12-091-1/+1
* Add a test case that I've been using to clarify the bitfield layout forChandler Carruth2012-12-091-0/+147
* Fix the bitfield record layout in codegen for big endian targets.Chandler Carruth2012-12-091-76/+162
* Fix overload resolution for the initialization of a multi-dimensionalRichard Smith2012-12-092-1/+18
* PR14550: If a system header contains a bogus constexpr function definition,Richard Smith2012-12-091-1/+21
* PR14549. Don't assert if we see an incomplete decltype specifier at the end o...Richard Smith2012-12-091-0/+3
* Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe...Benjamin Kramer2012-12-081-1/+3
* long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall2012-12-081-0/+19
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-084-6/+176
* Thread-safety analysis: check member access on guarded non-primitive types.DeLesley Hutchins2012-12-081-1/+62
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-0810-60/+344
* [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndefArgyrios Kyrtzidis2012-12-081-0/+9
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-082-10/+44
* [libclang] Declarations inside anonymous namespaces have internal linkage soArgyrios Kyrtzidis2012-12-071-3/+3
* [analyzer] Optimization heuristic: do not reanalyze every ObjC method asAnna Zaks2012-12-071-1/+1
* [analyzer] Fix r168019 to work with unpruned paths as well.Jordan Rose2012-12-071-0/+265
* Hexagon TC: forward appropriate args to assemblerMatthew Curtis2012-12-071-0/+15
* Hexagon TC: add cc1 defaults for hexagon-gccMatthew Curtis2012-12-071-0/+13
* Fix the required args count for variadic blocks.John McCall2012-12-072-0/+50