summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-exprs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+2
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Deserialize the direct-initialization range of a "new" expressionDouglas Gregor2012-02-201-0/+27
properly. Previously, we deserialized it but failed to set the corresponding member in CXXNewExpr. Fixes <rdar://problem/10893600>. llvm-svn: 150963
OpenPOWER on IntegriCloud