| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't try to diagnose anything when we're passing incomplete types | Douglas Gregor | 2011-10-14 | 1 | -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 than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
| * | Implement C++0x semantics for passing non-POD classes through varargs. | Douglas Gregor | 2011-05-21 | 1 | -0/+17 |
| llvm-svn: 131792 | |||||

