summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-151-1/+1
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-0/+1
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-081-0/+22
* 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
* MIPS: Move tests check float ABI macros definitions to the more appropriate p...Simon Atanasyan2012-04-061-0/+17
* MIPS: Add tests for predefined macros for MIPS targets.Simon Atanasyan2012-04-061-0/+439
* [Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar2012-04-054-0/+17
* [preprocessor] In Preprocessor::CachingLex() check whether there were more to...Argyrios Kyrtzidis2012-04-041-1/+1
* Correct handling of _Pragma macro inside a macro argument.Argyrios Kyrtzidis2012-04-031-0/+35
* [preprocessor] Handle correctly inclusion directives that have macro expansio...Argyrios Kyrtzidis2012-03-272-4/+9
* line endingsMatt Beaumont-Gay2012-03-191-8/+8
* Turns #import in MS Mode into an error.Aaron Ballman2012-03-181-0/+17
* Updated the test so that it checks for ms-compatibility in addition to ms-ext...Aaron Ballman2012-03-101-1/+1
* No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman2012-03-101-0/+1
* Adding support for #pragma include_alias in MS compatibility mode. This impl...Aaron Ballman2012-03-021-0/+43
* Fix an ABI problem with ptrdiff_t and intptr_t on PPC32Hal Finkel2012-03-021-2/+2
* Merge __has_attribute tests. Patch by Jonathan Sauer!Jean-Daniel Dupas2012-03-011-9/+21
* Implement double underscore names support in __has_attributeJean-Daniel Dupas2012-03-011-0/+14
* Revert r151800, which was committed without review and has correctness issues.Richard Smith2012-03-011-17/+0
* Implements support for #pragma include_alias in ms compatibility mode. Fixes...Aaron Ballman2012-03-011-0/+17
* Move suport for redefining operator keywords from -fms-extensions to -fms-com...Nico Weber2012-03-011-1/+1
* Allow operator keywords to be #defined in ms-ext mode.Nico Weber2012-02-291-0/+179
* Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith2012-02-251-1/+3
* Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text.Ted Kremenek2012-02-021-2/+2
* Fix "long double" and __SIZE_TYPE__ on powerpc, now with test fix.Nico Weber2012-01-311-20/+225
* rename -ccc-host-triple into -targetSebastian Pop2012-01-202-8/+6
* Revert r148138; it's causing test failures.Eli Friedman2012-01-132-6/+8
* rename -ccc-host-triple into -targetSebastian Pop2012-01-132-8/+6
* C11 allows typedefs to be redefined. Implement this in C11 mode, andDouglas Gregor2012-01-111-2/+2
* Added testcases for -Wdisabled-macro-expansion.Abramo Bagnara2012-01-031-0/+27
* Teach the frontend to provide the builtin preprocessor defines forChandler Carruth2012-01-031-12/+14
* Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with...Benjamin Kramer2011-12-281-2/+2
* Don't allow #include (and its friends #import, #include_next andRichard Smith2011-12-162-0/+29
* Switch test over to using -verify instead of using grep. PR11552.Eli Friedman2011-12-141-4/+2
* Make our handling of MMX x SSE closer to what gcc does:Rafael Espindola2011-11-271-0/+13
* Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS XRafael Espindola2011-11-261-1/+1
* AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy2011-11-232-4/+4
* Change this test to reflect the state we are moving in. The ClangChandler Carruth2011-11-051-1/+1
* Remove more SystemZ (s390) tests.Dan Gohman2011-10-252-199/+0
* Remove the Blackfin backend.Dan Gohman2011-10-252-205/+0
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add test case for __has_warning.Ted Kremenek2011-10-121-0/+19
* Handle the case where preprocessor entities are not received in order,Argyrios Kyrtzidis2011-10-122-0/+10
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-024-9/+9
* Generate tests for all of the x86 SIMD instruction feature setChandler Carruth2011-09-281-0/+244
* Add a little banner to this test. This lets my scripts more easilyChandler Carruth2011-09-281-0/+4
* Fix a think-o on my part that got enshrined in a FIXME by setting up theChandler Carruth2011-09-281-6/+3
* Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.Chandler Carruth2011-09-281-0/+206
* Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth2011-09-282-12/+415