summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/new-delete-predefined-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Improve a test slightlyDouglas Gregor2010-02-121-0/+1
| | | | llvm-svn: 95967
* Teach the allocation function overload handling to deal with templates, andChandler Carruth2010-02-031-0/+18
prevent a crash on templates when looking for an existing declaration of the predefined global operators. This fixes PR5918. Added an easy test case for the overload handling, but testing the crash is a bit trickier. Created a new test that can use multiple runs with a define to trigger which test case is used so we can test this type of issue. llvm-svn: 95220
OpenPOWER on IntegriCloud