| Commit message (Expand) | Author | Age | Files | Lines |
| * | [preprocessing record] Have the MacroDefinitions map point to the MacroDefini... | Argyrios Kyrtzidis | 2013-02-22 | 1 | -0/+6 |
| * | Preproceessor: fix #if skipping under -traditional-cpp. | Jordan Rose | 2013-02-22 | 1 | -0/+16 |
| * | Preprocessor: preserve whitespace in -traditional-cpp mode. | Jordan Rose | 2013-02-21 | 1 | -2/+54 |
| * | FileCheck'ize tests | Dmitri Gribenko | 2013-02-09 | 4 | -9/+16 |
| * | FileCheck'ize a test | Dmitri Gribenko | 2013-02-09 | 1 | -1/+2 |
| * | Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). | Jordan Rose | 2013-02-09 | 2 | -0/+146 |
| * | Simplify logic for avoiding concatenation after numeric constants. | Jordan Rose | 2013-02-08 | 1 | -1/+9 |
| * | Add some missing PPC cpus | Bill Schmidt | 2013-02-01 | 1 | -0/+145 |
| * | Add PPC A2Q core and BG/Q preprocessor definitions | Hal Finkel | 2013-02-01 | 1 | -0/+15 |
| * | Add support for AArch64 target. | Tim Northover | 2013-01-31 | 1 | -0/+30 |
| * | Reinstate r173952, this time limiting it to exactly the form | Douglas Gregor | 2013-01-30 | 1 | -1/+5 |
| * | Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" | Argyrios Kyrtzidis | 2013-01-30 | 1 | -1/+1 |
| * | [preprocessor] Don't warn about "disabled expansion of recursive macro" | Argyrios Kyrtzidis | 2013-01-30 | 1 | -1/+1 |
| * | [Preprocessor] When checking if we can concatenate two tokens, check | Argyrios Kyrtzidis | 2013-01-29 | 1 | -0/+6 |
| * | FileCheck'ize tests | Dmitri Gribenko | 2013-01-28 | 2 | -5/+5 |
| * | FileCheck'ize a test | Dmitri Gribenko | 2013-01-28 | 1 | -2/+4 |
| * | Migrate a test to -verify | Dmitri Gribenko | 2013-01-28 | 1 | -8/+3 |
| * | FileCheck'ize and merge tests | Dmitri Gribenko | 2013-01-28 | 2 | -7/+11 |
| * | Fix the indentation of the first line of preprocessor output | Hal Finkel | 2013-01-28 | 1 | -0/+7 |
| * | Migrate tests to -verify | Dmitri Gribenko | 2013-01-26 | 1 | -1/+2 |
| * | clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr... | NAKAMURA Takumi | 2013-01-25 | 1 | -1/+1 |
| * | FileCheck'ize tests | Dmitri Gribenko | 2013-01-25 | 2 | -6/+11 |
| * | Migrate tests to -verify and merge them | Dmitri Gribenko | 2013-01-25 | 2 | -7/+8 |
| * | [tests] Force a triple to ensure /usr/include is one of the entries. | Daniel Dunbar | 2013-01-25 | 1 | -1/+2 |
| * | [tests] Add a test for -iwithprefix. | Daniel Dunbar | 2013-01-25 | 1 | -0/+16 |
| * | Test fix-it ranges for Unicode characters. | Jordan Rose | 2013-01-24 | 1 | -1/+1 |
| * | Add a fixit for \U1234 -> \u1234. | Jordan Rose | 2013-01-24 | 1 | -0/+9 |
| * | Handle universal character names and Unicode characters outside of literals. | Jordan Rose | 2013-01-24 | 1 | -0/+97 |
| * | Don't check lines beginning with '#', since they could contain a path with th... | Bill Wendling | 2013-01-23 | 1 | -1/+1 |
| * | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly | 2013-01-17 | 1 | -0/+3 |
| * | Suppress all -Wunused-value warnings from macro body expansions. | Matt Beaumont-Gay | 2013-01-17 | 1 | -2/+3 |
| * | No longer crashing with an assert when __has_include or __has_include_next is... | Aaron Ballman | 2013-01-16 | 1 | -1/+23 |
| * | [PreprocessingRecord] A macro expansion can be reported out-of-order in cases... | Argyrios Kyrtzidis | 2013-01-09 | 1 | -0/+5 |
| * | Make sure clang puts tokens from different files on separate lines in "-E -P"... | Eli Friedman | 2013-01-09 | 2 | -0/+7 |
| * | Make __has_include a bit more resilient in the presence of macros. <rdar://p... | Eli Friedman | 2013-01-09 | 1 | -0/+27 |
| * | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -8/+8 |
| * | [preprocessor] When "merging" macro argument tokens into one SLocEntry chunk, | Argyrios Kyrtzidis | 2012-12-19 | 2 | -0/+14 |
| * | [preprocessor] For errors at a function macro invocation, also include | Argyrios Kyrtzidis | 2012-12-14 | 1 | -3/+3 |
| * | Don't warn about disabled macro expansion if we see the name of a function-li... | Richard Smith | 2012-12-12 | 1 | -0/+4 |
| * | Disable clang/test/Preprocessor/macro-multiline.c for now, while investigatin... | NAKAMURA Takumi | 2012-12-06 | 1 | -0/+0 |
| * | Prevent premature macro expansion in __has_builtin, __has_feature, | Andy Gibbs | 2012-11-17 | 1 | -0/+20 |
| * | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 3 | -3/+3 |
| * | Refactored duplicate string literal lexing code within Preprocessor, into a | Andy Gibbs | 2012-11-17 | 5 | -5/+28 |
| * | Fix handling of invalid uses of the __has_warning builtin macro | Andy Gibbs | 2012-11-17 | 3 | -1/+13 |
| * | Add missing features for misc x86 CPUs to CPU feature translation. Patch by ... | Eli Friedman | 2012-11-17 | 1 | -1/+160 |
| * | CPP Output: Do not emit an enter file marker for the main file. | Daniel Dunbar | 2012-11-16 | 1 | -0/+4 |
| * | Suppress elided variadic macro argument extension diagnostic for macros using | Eli Friedman | 2012-11-14 | 1 | -0/+6 |
| * | Add clang support of RTM from TSX | Michael Liao | 2012-11-10 | 1 | -0/+2 |
| * | Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou... | Eli Friedman | 2012-11-10 | 1 | -44/+44 |
| * | Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__ | Andy Gibbs | 2012-11-09 | 1 | -0/+64 |