summaryrefslogtreecommitdiff
path: root/test/Sema/static-init.c
AgeCommit message (Expand)Author
2014-02-26PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu
2011-12-21Attempt to fix test on 32-bit hosts.Eli Friedman
2011-12-21Fix a case where Expr::isConstantInitializer would return true for an express...Eli Friedman
2010-02-17Fix test to not force triple, and also to not need stdint.h.Daniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-19Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman
2009-05-01PR4013 and PR4105: pointer-like types can only be cast to/from integers Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-22Throw the switch to exclusively use Evaluate (along with the small Eli Friedman
2009-02-21Force arch for these test cases.Daniel Dunbar
2009-02-02emit diagnostic when casting a ptr to a small int when doing static initializ...Nuno Lopes
2009-02-02allow cast from array to int to be considered as constantNuno Lopes
2008-08-10wrap some long diagnostics, make 'initializer is not a constant' diagnosticChris Lattner
2008-05-30Allow a pointer implicitly cast to a bool as a constant expression, as Eli Friedman
2007-10-17Generate code for static variables that don't have initializers. Also, report...Anders Carlsson