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