summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add a target triple to test/Index/complete-synthesized.m.Argyrios Kyrtzidis2012-04-101-3/+3
* Rework implementation of null non-type template arguments based onDouglas Gregor2012-04-101-2/+6
* Fix tautological FileCheck by moving the CHECK to an extra line.Manuel Klimek2012-04-102-2/+4
* Pass -march, -mcpu, -mfpu to linuxtools assembler.Evgeniy Stepanov2012-04-101-0/+31
* Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands2012-04-101-1/+1
* Parsing of C++11 attributes:Richard Smith2012-04-102-1/+9
* Disambiguation of '[[':Richard Smith2012-04-105-5/+100
* Fix the testcase :-(Rafael Espindola2012-04-101-1/+1
* objective-c modern translator: rewriting specificFariborz Jahanian2012-04-101-0/+33
* Fix an annoying little bug I found while debugging another LTO issue. GoldRafael Espindola2012-04-091-0/+6
* Remove -fobjc-default-synthesize-properties as the optionFariborz Jahanian2012-04-091-3/+3
* My original patch missed the virtual-base case for destroyingJohn McCall2012-04-091-0/+16
* Fix the access check performed as part of the determination of whetherJohn McCall2012-04-091-0/+20
* Author: Daniel Dunbar <daniel@zuster.org>Daniel Dunbar2012-04-094-15/+17
* Implementing a test for the use of PWD to base finding theManuel Klimek2012-04-091-0/+12
* objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian2012-04-091-1/+2
* objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian2012-04-091-0/+9
* Revert r154321, pending more discussion.David Chisnall2012-04-091-13/+0
* Fix bugs found by -Wconstant-conversion improvements currently under review.David Blaikie2012-04-091-0/+7
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-091-0/+13
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-083-5/+103
* Rephrase the preprocessor test to directly use CC1 and not botherChandler Carruth2012-04-081-12/+12
* FileCheck-ize this test.Chandler Carruth2012-04-081-9/+12
* Don't forget to evaluate the subexpression in a null pointer cast. If we'reRichard Smith2012-04-081-0/+9
* ext_reserved_user_defined_literal must not default to Error in MicrosoftMode....Francois Pichet2012-04-071-0/+6
* MIPS: Pass -mabi option to the assmbler when compile MIPS targets.Simon Atanasyan2012-04-071-4/+14
* Fix several problems with protected access control:John McCall2012-04-072-10/+78
* test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clan...NAKAMURA Takumi2012-04-071-2/+5
* [driver] In general, the driver claims redundant args and uses the last arg.Chad Rosier2012-04-071-0/+2
* Remove "parse error" in favor of more descriptive diagnostics.David Blaikie2012-04-062-1/+4
* more testing of objc's dictionary literal translation.Fariborz Jahanian2012-04-061-1/+19
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-063-0/+72
* modern objective-c translation: support for Fariborz Jahanian2012-04-061-0/+37
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-064-26/+28
* MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan2012-04-061-1/+10
* Thread safety analysis: downgraded requirement that mutex expressions refer t...DeLesley Hutchins2012-04-061-49/+49
* modern objective-c translator: translate array literalFariborz Jahanian2012-04-061-0/+27
* MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe...Simon Atanasyan2012-04-061-0/+21
* [analyzer] Check that the arguments to NSOrderedSet creation methods are vali...Jordy Rose2012-04-061-0/+8
* Test for r154189/PR12481Matt Beaumont-Gay2012-04-061-0/+17
* Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall2012-04-064-12/+47
* Fix a Sema invariant bug that I recently introduced involvingJohn McCall2012-04-061-0/+11
* Clear environment variables that might affect Clang before running tests.Jordy Rose2012-04-061-0/+26
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-06201-244/+261
* MIPS: Move tests check float ABI macros definitions to the more appropriate p...Simon Atanasyan2012-04-062-17/+17
* Fix using Clang as a cross compiler installed on a host machine and notChandler Carruth2012-04-061-0/+14
* Fixed scoping error for late parsed attributes in nested classes.DeLesley Hutchins2012-04-061-3/+41
* MIPS: Add tests for predefined macros for MIPS targets.Simon Atanasyan2012-04-061-0/+439
* Fix diagnostic text for r154163.David Blaikie2012-04-063-7/+7
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-064-5/+16