aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.post/expr.call
AgeCommit message (Collapse)Author
2012-11-22Test that we correctly deal with multiple copy constructors when detectingRichard Smith
non-trivial special members for varargs calls. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168476 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-14Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor
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>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141986 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
-std=c++0x. Patch by Ahmed Charles! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-21Implement C++0x semantics for passing non-POD classes through varargs.Douglas Gregor
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131792 91177308-0d34-0410-b5e6-96231b3b80d8