summaryrefslogtreecommitdiffstats
path: root/test/Sema/static-init.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix test on 32-bit hosts.Eli Friedman2011-12-211-1/+1
* Fix a case where Expr::isConstantInitializer would return true for an express...Eli Friedman2011-12-211-1/+2
* Fix test to not force triple, and also to not need stdint.h.Daniel Dunbar2010-02-171-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-1/+1
* PR4013 and PR4105: pointer-like types can only be cast to/from integers Eli Friedman2009-05-011-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Throw the switch to exclusively use Evaluate (along with the small Eli Friedman2009-02-221-3/+6
* Force arch for these test cases.Daniel Dunbar2009-02-211-1/+1
* emit diagnostic when casting a ptr to a small int when doing static initializ...Nuno Lopes2009-02-021-1/+2
* allow cast from array to int to be considered as constantNuno Lopes2009-02-021-1/+13
* wrap some long diagnostics, make 'initializer is not a constant' diagnosticChris Lattner2008-08-101-2/+2
* Allow a pointer implicitly cast to a bool as a constant expression, as Eli Friedman2008-05-301-0/+4
* Generate code for static variables that don't have initializers. Also, report...Anders Carlsson2007-10-171-0/+3