summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* [preprocessing record] Have the MacroDefinitions map point to the MacroDefini...Argyrios Kyrtzidis2013-02-221-0/+6
* Preproceessor: fix #if skipping under -traditional-cpp.Jordan Rose2013-02-221-0/+16
* Preprocessor: preserve whitespace in -traditional-cpp mode.Jordan Rose2013-02-211-2/+54
* FileCheck'ize testsDmitri Gribenko2013-02-094-9/+16
* FileCheck'ize a testDmitri Gribenko2013-02-091-1/+2
* Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).Jordan Rose2013-02-092-0/+146
* Simplify logic for avoiding concatenation after numeric constants.Jordan Rose2013-02-081-1/+9
* Add some missing PPC cpusBill Schmidt2013-02-011-0/+145
* Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel2013-02-011-0/+15
* Add support for AArch64 target.Tim Northover2013-01-311-0/+30
* Reinstate r173952, this time limiting it to exactly the formDouglas Gregor2013-01-301-1/+5
* Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""Argyrios Kyrtzidis2013-01-301-1/+1
* [preprocessor] Don't warn about "disabled expansion of recursive macro"Argyrios Kyrtzidis2013-01-301-1/+1
* [Preprocessor] When checking if we can concatenate two tokens, checkArgyrios Kyrtzidis2013-01-291-0/+6
* FileCheck'ize testsDmitri Gribenko2013-01-282-5/+5
* FileCheck'ize a testDmitri Gribenko2013-01-281-2/+4
* Migrate a test to -verifyDmitri Gribenko2013-01-281-8/+3
* FileCheck'ize and merge testsDmitri Gribenko2013-01-282-7/+11
* Fix the indentation of the first line of preprocessor outputHal Finkel2013-01-281-0/+7
* Migrate tests to -verifyDmitri Gribenko2013-01-261-1/+2
* clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr...NAKAMURA Takumi2013-01-251-1/+1
* FileCheck'ize testsDmitri Gribenko2013-01-252-6/+11
* Migrate tests to -verify and merge themDmitri Gribenko2013-01-252-7/+8
* [tests] Force a triple to ensure /usr/include is one of the entries.Daniel Dunbar2013-01-251-1/+2
* [tests] Add a test for -iwithprefix.Daniel Dunbar2013-01-251-0/+16
* Test fix-it ranges for Unicode characters.Jordan Rose2013-01-241-1/+1
* Add a fixit for \U1234 -> \u1234.Jordan Rose2013-01-241-0/+9
* Handle universal character names and Unicode characters outside of literals.Jordan Rose2013-01-241-0/+97
* Don't check lines beginning with '#', since they could contain a path with th...Bill Wendling2013-01-231-1/+1
* Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...Joey Gouly2013-01-171-0/+3
* Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay2013-01-171-2/+3
* No longer crashing with an assert when __has_include or __has_include_next is...Aaron Ballman2013-01-161-1/+23
* [PreprocessingRecord] A macro expansion can be reported out-of-order in cases...Argyrios Kyrtzidis2013-01-091-0/+5
* Make sure clang puts tokens from different files on separate lines in "-E -P"...Eli Friedman2013-01-092-0/+7
* Make __has_include a bit more resilient in the presence of macros. <rdar://p...Eli Friedman2013-01-091-0/+27
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-8/+8
* [preprocessor] When "merging" macro argument tokens into one SLocEntry chunk,Argyrios Kyrtzidis2012-12-192-0/+14
* [preprocessor] For errors at a function macro invocation, also includeArgyrios Kyrtzidis2012-12-141-3/+3
* Don't warn about disabled macro expansion if we see the name of a function-li...Richard Smith2012-12-121-0/+4
* Disable clang/test/Preprocessor/macro-multiline.c for now, while investigatin...NAKAMURA Takumi2012-12-061-0/+0
* Prevent premature macro expansion in __has_builtin, __has_feature,Andy Gibbs2012-11-171-0/+20
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-173-3/+3
* Refactored duplicate string literal lexing code within Preprocessor, into aAndy Gibbs2012-11-175-5/+28
* Fix handling of invalid uses of the __has_warning builtin macroAndy Gibbs2012-11-173-1/+13
* Add missing features for misc x86 CPUs to CPU feature translation. Patch by ...Eli Friedman2012-11-171-1/+160
* CPP Output: Do not emit an enter file marker for the main file.Daniel Dunbar2012-11-161-0/+4
* Suppress elided variadic macro argument extension diagnostic for macros usingEli Friedman2012-11-141-0/+6
* Add clang support of RTM from TSXMichael Liao2012-11-101-0/+2
* Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman2012-11-101-44/+44
* Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__Andy Gibbs2012-11-091-0/+64
OpenPOWER on IntegriCloud