summaryrefslogtreecommitdiff
path: root/test/Sema/i-c-e.c
Commit message (Expand)AuthorAgeFilesLines
* When evaluating a __builtin_constant_p conditional, always enterRichard Smith2019-09-101-0/+3
* Move a bunch of tests to directly use the CC1 layer. This at least savesChandler Carruth2014-01-151-1/+1
* PR14729: Fix typo in CheckICE for BinaryConditionalOperators.Richard Smith2012-12-281-0/+2
* Implement GCC's -Wint-to-pointer-cast.David Blaikie2012-10-161-1/+1
* In C++11 mode, when an integral constant expression is desired and we have aRichard Smith2012-02-041-2/+2
* Make clang's AST model sizeof and typeof with potentially-evaluated operands ...Eli Friedman2012-01-211-10/+7
* C++11 constant expressions: Don't use CheckICE in C++11; instead, determineRichard Smith2011-12-091-1/+1
* In accordance with the C89, C99 and C++98 standards, ICEs can only containRichard Smith2011-10-241-0/+3
* Add fixit notes for -Wconstant-logical-operand.Matt Beaumont-Gay2011-08-151-1/+2
* when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner2011-06-141-1/+1
* Don't crash during constant-evaluation of 1/(1/0). PR9262.John McCall2011-02-261-0/+2
* Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r...Ted Kremenek2011-02-231-1/+3
* This really seems like a boring set of fixes to our tests to make them moreChandler Carruth2010-11-161-1/+1
* Fixed __builtin_constant_p return type.Abramo Bagnara2010-10-091-0/+1
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-3/+5
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-5/+3
* Add a warning to catch a bug recently caught by code review, like this:Chris Lattner2010-07-131-1/+2
* Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis2010-06-301-3/+4
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-121-2/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Use clang to run tests which include headers from the system.Daniel Dunbar2009-11-171-1/+1
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-3/+3
* Change isNullPointerConstant to be strict; hopefully this won't cause Eli Friedman2009-04-251-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Some additional ICE tests.Eli Friedman2009-02-271-0/+18
* Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p Chris Lattner2008-12-121-0/+13
* merge these testcases into one file.Chris Lattner2008-12-121-0/+35