summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.post/expr.call/p7-0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-141-0/+13
| | | | | | | | through varargs. This only happens when we're in an unevaluated context, where we don't want to trigger an error anyway. Fixes PR11131 / <rdar://problem/10288375>. llvm-svn: 141986
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Implement C++0x semantics for passing non-POD classes through varargs.Douglas Gregor2011-05-211-0/+17
llvm-svn: 131792
OpenPOWER on IntegriCloud