aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/static-init-2.cpp
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-05-31Expand the coverage of the warning for constants on the RHS of logical operands:Chandler Carruth
2010-07-24turn down the logical bitwise confusion warning to not warn Chris Lattner
2010-07-13Add a warning to catch a bug recently caught by code review, like this:Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-14Avoid assert-crash in a case where the expression passed to EmitConstantExprEli Friedman