| Commit message (Expand) | Author | Age | Files | Lines |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 2 | -200/+0 |
* | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | Fix this test to use -cc1. | Daniel Dunbar | 2010-09-17 | 1 | -1/+1 |
* | Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/84... | Ted Kremenek | 2010-09-17 | 1 | -0/+12 |
* | tests: Use -ffreestanding when including stdint.h, to avoid platform dependen... | Daniel Dunbar | 2010-09-07 | 1 | -1/+1 |
* | Now that GCC will have #pragma push/pop (in GCC 4.6), allow the | Douglas Gregor | 2010-08-30 | 2 | -3/+2 |
* | Add support for Microsoft's __pragma in the preprocessor. | John McCall | 2010-08-28 | 1 | -0/+20 |
* | filecheckize test | Chris Lattner | 2010-08-21 | 1 | -9/+11 |
* | fix PR7943, a corner case with the GNU __VA_ARGS__ comma | Chris Lattner | 2010-08-21 | 1 | -0/+5 |
* | Implement #pragma push_macro, patch by Francois Pichet! | Chris Lattner | 2010-08-17 | 1 | -0/+33 |
* | Push location through the MacroUndefined PPCallback and use it to print #unde... | Benjamin Kramer | 2010-08-07 | 1 | -0/+8 |
* | Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! | Douglas Gregor | 2010-08-06 | 1 | -1/+2 |
* | PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar. | Eli Friedman | 2010-08-03 | 1 | -0/+7 |
* | Add another terrible VC++ compatibility hack: allow users to | Chris Lattner | 2010-07-17 | 1 | -0/+8 |
* | rename test | Chris Lattner | 2010-07-17 | 1 | -0/+0 |
* | Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always | Daniel Dunbar | 2010-06-30 | 2 | -9/+9 |
* | Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, ins... | Daniel Dunbar | 2010-06-30 | 1 | -25/+25 |
* | clang: Derive version name from LLVM unless specified explicitly. This means | Daniel Dunbar | 2010-06-25 | 1 | -3/+3 |
* | fix PR7360: -P mode turns off line markers, but not blank space. | Chris Lattner | 2010-06-12 | 1 | -2/+2 |
* | Add several more predefines from modern versions of GCC. | Dan Gohman | 2010-05-28 | 1 | -0/+160 |
* | Fix pasto in this test | Douglas Gregor | 2010-04-30 | 1 | -1/+1 |
* | Add Clang version inspection macros. Fixes PR6681. | Douglas Gregor | 2010-04-30 | 1 | -0/+4 |
* | Add test case for __has_feature(objc_weak_class). | Ted Kremenek | 2010-04-29 | 1 | -0/+4 |
* | emit warn_char_constant_too_large at most once per literal, fixing PR6852 | Chris Lattner | 2010-04-16 | 1 | -0/+6 |
* | Only predefine the macro _GNU_SOURCE in C++ mode when we're on a | Douglas Gregor | 2010-04-16 | 1 | -3/+3 |
* | Improve line marker directive locations, patch by Jordy Rose | Chris Lattner | 2010-04-14 | 1 | -1/+1 |
* | make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." | Chris Lattner | 2010-04-14 | 1 | -1/+4 |
* | make the preprocessor listen to linemarker directives in -E mode, | Chris Lattner | 2010-04-13 | 1 | -0/+71 |
* | convert to -verify mode. | Chris Lattner | 2010-04-07 | 1 | -2/+3 |
* | add support for -MQ flag to quote targets in dependency file, | Chris Lattner | 2010-03-29 | 1 | -0/+26 |
* | fix a case where macro expansion should be disabled, patch by | Chris Lattner | 2010-03-26 | 1 | -1/+7 |
* | merge all the macro disable tests by using filecheck. | Chris Lattner | 2010-03-26 | 4 | -26/+26 |
* | fix a bug in paste avoidance which would cause us to accidentally | Chris Lattner | 2010-03-26 | 1 | -0/+4 |
* | fix rdar://7683173, rejecting an invalid conditional | Chris Lattner | 2010-02-26 | 1 | -0/+7 |
* | Re-applying 96173. Looks like finally I got the test case right. | Sanjiv Gupta | 2010-02-16 | 1 | -4/+7 |
* | reverting back 96242 as it still causes a test failure. | Sanjiv Gupta | 2010-02-15 | 1 | -5/+4 |
* | Re-applying 96173 with corresponding changes in test. | Sanjiv Gupta | 2010-02-15 | 1 | -4/+5 |
* | Fix PR6282: the include guard optimization cannot happen if the | Chris Lattner | 2010-02-12 | 2 | -0/+20 |
* | revert my patch for rdar://7520940 that warns when a published header | Chris Lattner | 2010-01-22 | 3 | -14/+0 |
* | Forgot to commit these | Anton Korobeynikov | 2010-01-14 | 2 | -12/+12 |
* | try to make this more stable? | Chris Lattner | 2010-01-10 | 1 | -1/+1 |
* | add comment to test. | Chris Lattner | 2010-01-10 | 1 | -1/+3 |
* | implement rdar://7520940: published framework headers should | Chris Lattner | 2010-01-10 | 3 | -0/+12 |
* | ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". | Daniel Dunbar | 2009-12-21 | 1 | -1/+0 |
* | a really old testcase I apparently forgot to 'svn add'. | Chris Lattner | 2009-12-20 | 1 | -0/+33 |
* | ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). | Daniel Dunbar | 2009-12-18 | 1 | -2/+3 |
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 8 | -14/+14 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 112 | -223/+223 |
* | Make tests use the new clang -cc1 flag. | Fariborz Jahanian | 2009-12-14 | 3 | -3/+3 |