| Age | Commit message (Expand) | Author |
| 2012-12-28 | PR14729: Fix typo in CheckICE for BinaryConditionalOperators. | Richard Smith |
| 2012-10-16 | Implement GCC's -Wint-to-pointer-cast. | David Blaikie |
| 2012-02-04 | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith |
| 2012-01-21 | Make clang's AST model sizeof and typeof with potentially-evaluated operands ... | Eli Friedman |
| 2011-12-09 | C++11 constant expressions: Don't use CheckICE in C++11; instead, determine | Richard Smith |
| 2011-10-24 | In accordance with the C89, C99 and C++98 standards, ICEs can only contain | Richard Smith |
| 2011-08-15 | Add fixit notes for -Wconstant-logical-operand. | Matt Beaumont-Gay |
| 2011-06-14 | when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ... | Chris Lattner |
| 2011-02-26 | Don't crash during constant-evaluation of 1/(1/0). PR9262. | John McCall |
| 2011-02-23 | Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r... | Ted Kremenek |
| 2010-11-16 | This really seems like a boring set of fixes to our tests to make them more | Chandler Carruth |
| 2010-10-09 | Fixed __builtin_constant_p return type. | Abramo Bagnara |
| 2010-09-19 | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis |
| 2010-09-19 | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis |
| 2010-07-13 | Add a warning to catch a bug recently caught by code review, like this: | Chris Lattner |
| 2010-06-30 | Fix rdar://8139785 "implement warning on dead expression in comma operator" | Argyrios Kyrtzidis |
| 2010-01-12 | implement PR6004, warning about divide and remainder by zero. | Chris Lattner |
| 2009-12-15 | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar |
| 2009-11-17 | Use clang to run tests which include headers from the system. | Daniel Dunbar |
| 2009-04-28 | Simplify the scheme used for keywords, and change the classification | Eli Friedman |
| 2009-04-25 | Change isNullPointerConstant to be strict; hopefully this won't cause | Eli Friedman |
| 2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
| 2009-02-27 | Some additional ICE tests. | Eli Friedman |
| 2008-12-12 | Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p | Chris Lattner |
| 2008-12-12 | merge these testcases into one file. | Chris Lattner |