summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch.Eli Bendersky2013-07-241-0/+4
* Update documentation to match current C++1y feature set.Richard Smith2013-07-241-0/+20
* Make test pass in Release builds, IR names don't get emitted there.Benjamin Kramer2013-07-241-3/+3
* Use ARM-style representation for C++ method pointers under PNaCl/EmscriptenMark Seaborn2013-07-242-0/+17
* C++1y: track object lifetime during constexpr evaluation, and don't allowRichard Smith2013-07-243-1/+75
* ObjectiveC migration: more migration toFariborz Jahanian2013-07-231-6/+6
* ObjectiveC migrator: start migrating toFariborz Jahanian2013-07-232-0/+166
* [PowerPC64] Fix passing of single-vector-member structs to match ABI.Bill Schmidt2013-07-231-0/+13
* Changed "an macro" to "a macro" in diagnostic note.Richard Trieu2013-07-231-3/+3
* Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it.Rafael Espindola2013-07-231-4/+0
* Removing a number of individual run lines and replacing them with single line...Aaron Ballman2013-07-231-15/+12
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-2327-69/+69
* Add new diagnostic messages when too many arguments are presented to aRichard Trieu2013-07-232-2/+185
* Remove the -ccc-echo option that is now unused.Rafael Espindola2013-07-231-5/+4
* [libclang] Expose the rest of the array types.Argyrios Kyrtzidis2013-07-232-1/+10
* Going back to using getName for consistency.Aaron Ballman2013-07-231-1/+1
* Expand test/Driver/at_file.c test to check that PR16209 is fixed.Hans Wennborg2013-07-233-0/+3
* Remove line number from test/Analysis/crash-trace.c.Jordan Rose2013-07-231-1/+1
* Mark test/Analysis/crash-trace.c as requiring crash recovery.Jordan Rose2013-07-231-0/+1
* Convert another test to -###.Rafael Espindola2013-07-231-2/+2
* Fixing the build bots from the previous commit.Aaron Ballman2013-07-233-3/+3
* Add missing quotes for -###.Rafael Espindola2013-07-231-1/+1
* Use -### instead of -ccc-echo.Rafael Espindola2013-07-231-1/+1
* Replacing some manual diagnostic checks with an existing helper method. Addi...Aaron Ballman2013-07-233-0/+11
* Run %clang_cc1, it is the one that actually crashes.Rafael Espindola2013-07-231-1/+1
* Removed a redundant diagnostic and replaced it with a more standard one. Add...Aaron Ballman2013-07-231-0/+1
* Consolidate several attribute argument diagnostics into a single, selectable ...Aaron Ballman2013-07-231-6/+6
* Correcting the NSObject and Overloadable attribute diagnostics so that the co...Aaron Ballman2013-07-232-0/+3
* C++1y literal suffix support:Richard Smith2013-07-231-0/+32
* [analyzer] Enable pseudo-destructor expressions.Jordan Rose2013-07-231-0/+14
* [analyzer] Add test for crash tracing (r186639)Jordan Rose2013-07-231-0/+18
* Revert "[analyzer] Add very limited support for temporary destructors"Jordan Rose2013-07-234-68/+2
* Error on more illegal kernel argument types for OpenCLMatt Arsenault2013-07-233-2/+135
* Make the nomathbuiltin.c test less demanding.Eli Bendersky2013-07-231-7/+1
* Further simplify test case from r186894David Blaikie2013-07-231-15/+5
* Integers which are too large should be an error.Eli Friedman2013-07-237-19/+14
* Simplify testcase.Adrian Prantl2013-07-231-18/+3
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+18
* ObjectiveC migration. Better handle migration to conformingFariborz Jahanian2013-07-222-0/+70
* Debug Info: Acknowledge the alignment when locating byref block variables.Adrian Prantl2013-07-221-0/+38
* Testcase for PR16673.Eli Friedman2013-07-221-0/+15
* Fixed implementation of C89 6.5.7 p3.Enea Zaffanella2013-07-221-0/+5
* Objective-C migration: Use NS_OPTIONS when enumeratorsFariborz Jahanian2013-07-222-14/+62
* [arcmt] Only disable ARC in the second compilation if there were actually ARC...Argyrios Kyrtzidis2013-07-221-0/+4
* Add testcase for PR16134, which no longer crashes with ToT.Richard Smith2013-07-221-0/+6
* This test was missing its -verify argument.Aaron Ballman2013-07-221-1/+1
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-221-14/+65
* Implement the part of C89 6.5.7 p3 requiring a constant initializer listEnea Zaffanella2013-07-221-0/+4
* PR16288: A template is only missing a default template argument if it providesRichard Smith2013-07-221-0/+11
* Implement DR257 / fix PR16659:Richard Smith2013-07-221-1/+28
OpenPOWER on IntegriCloud