summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/new-delete-predefined-decl-2.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
* When performing name lookup for the allocation or deallocationDouglas Gregor2010-03-241-0/+13
operators, make sure that the implicitly-declared global new and delete operators are always available. Fixes PR5904. llvm-svn: 99382
OpenPOWER on IntegriCloud