summaryrefslogtreecommitdiff
path: root/test/CodeGen/statements.c
AgeCommit message (Expand)Author
2013-07-23Integers which are too large should be an error.Eli Friedman
2012-09-12clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...NAKAMURA Takumi
2012-02-03[frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier
2010-09-15Revert "Clean up in buildbot directories."Jakob Stoklund Olesen
2010-09-13Clean up in buildbot directories.Jakob Stoklund Olesen
2010-09-13Try to get this to stop leaving a temporary file on linux.Eric Christopher
2010-08-06Prevent these tests from dirtying the tree with output files that aren't evenChandler Carruth
2010-08-01Only run the jump-checker if there's a branch-protected scope *and* there'sJohn McCall
2010-07-11fix PR7280 by making the warning on code like this:Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-13Teach sema and codegen about the difference between address of labels,Chris Lattner
2009-10-13merge an indirect goto test into statements, add anotherChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-02-06explicitly document that return statement argument does not necessarily follo...Chris Lattner
2008-01-16Move promoteExprToType from being a static method in SemaExpr.cpp to beingChris Lattner