| Age | Commit message (Expand) | Author |
| 2012-01-13 | rename -ccc-host-triple into -target | Sebastian Pop |
| 2012-01-11 | C11 allows typedefs to be redefined. Implement this in C11 mode, and | Douglas Gregor |
| 2012-01-03 | Added testcases for -Wdisabled-macro-expansion. | Abramo Bagnara |
| 2012-01-03 | Teach the frontend to provide the builtin preprocessor defines for | Chandler Carruth |
| 2011-12-28 | Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with... | Benjamin Kramer |
| 2011-12-16 | Don't allow #include (and its friends #import, #include_next and | Richard Smith |
| 2011-12-14 | Switch test over to using -verify instead of using grep. PR11552. | Eli Friedman |
| 2011-11-27 | Make our handling of MMX x SSE closer to what gcc does: | Rafael Espindola |
| 2011-11-26 | Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X | Rafael Espindola |
| 2011-11-23 | AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs... | James Molloy |
| 2011-11-05 | Change this test to reflect the state we are moving in. The Clang | Chandler Carruth |
| 2011-10-25 | Remove more SystemZ (s390) tests. | Dan Gohman |
| 2011-10-25 | Remove the Blackfin backend. | Dan Gohman |
| 2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
| 2011-10-12 | Add test case for __has_warning. | Ted Kremenek |
| 2011-10-12 | Handle the case where preprocessor entities are not received in order, | Argyrios Kyrtzidis |
| 2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
| 2011-09-28 | Generate tests for all of the x86 SIMD instruction feature set | Chandler Carruth |
| 2011-09-28 | Add a little banner to this test. This lets my scripts more easily | Chandler Carruth |
| 2011-09-28 | Fix a think-o on my part that got enshrined in a FIXME by setting up the | Chandler Carruth |
| 2011-09-28 | Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode. | Chandler Carruth |
| 2011-09-28 | Begin fixing Clang's predefined macros for various architectures. This | Chandler Carruth |
| 2011-09-12 | Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on. | Douglas Gregor |
| 2011-08-30 | Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre... | Eli Friedman |
| 2011-08-03 | A couple fixes for preprocessor expressions: | Eli Friedman |
| 2011-07-11 | Reenable test. | Argyrios Kyrtzidis |
| 2011-07-11 | Add missing header file for the test. | Argyrios Kyrtzidis |
| 2011-07-11 | Test is broken; XFAIL it until Argyrios gets a chance to look at it. | Eli Friedman |
| 2011-07-11 | Don't warn for unused macro when undef'ing it, if it comes from an included f... | Argyrios Kyrtzidis |
| 2011-07-11 | test/Preprocessor/include-directive2.c: Get rid of using <float.h> to avoid #... | NAKAMURA Takumi |
| 2011-07-07 | When expanding macro arguments, treat '##' coming from an argument as a norma... | Argyrios Kyrtzidis |
| 2011-06-22 | Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! | Douglas Gregor |
| 2011-06-20 | Define __cplusplus to 201103L when in (non-GNU) C++0x mode. | Douglas Gregor |
| 2011-06-14 | revert r133003 and fix the bug properly: the issue was that ## in a token | Chris Lattner |
| 2011-06-14 | Fix a crash on the testcase in PR9981 / rdar://9486765. | Chris Lattner |
| 2011-05-22 | attempt to fix windows testers, which generate #line by default. | Chris Lattner |
| 2011-05-22 | Invoke the FileChanged callback before pushing the linemarker for a system | Chris Lattner |
| 2011-05-21 | Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rda... | Argyrios Kyrtzidis |
| 2011-04-30 | Some small improvements to the builtin (-ffreestanding) stdint.h; in | Eli Friedman |
| 2011-04-28 | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet |
| 2011-04-23 | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth |
| 2011-04-21 | PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. | Eli Friedman |
| 2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-03-31 | Change Clang's __VERSION__ to include the same basic info as in clang -v. | Daniel Dunbar |
| 2011-03-27 | Diagnose uninitialized uses of a variable within its own initializer. | Chandler Carruth |
| 2011-03-18 | Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL | Daniel Dunbar |
| 2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne |
| 2011-02-14 | Make LexOnOffSwitch a Preprocessor member function | Peter Collingbourne |
| 2011-01-26 | Merge -Wuninitialized-experimental into -Wuninitialized. | Ted Kremenek |
| 2011-01-18 | When redefining a macro don't warn twice if it's not used and don't warn for ... | Argyrios Kyrtzidis |