aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/new-operator-phi.cpp
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-04-09Turn access control on by default in -cc1.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-11Make test more platform independent.Fariborz Jahanian
2009-11-10Diagnose illegally typed operator new/new[].Fariborz Jahanian
2009-11-10Fix for PR5454: make sure to use the right block as the predecessor in theEli Friedman