Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sizeof(void) etc. should be a hard error in C++. | Eli Friedman | 2013-08-13 | 1 | -1/+1 |
* | Implement C++'s restrictions on the type of an expression passed to a vararg | Richard Smith | 2013-08-05 | 1 | -0/+5 |
* | Test that we correctly deal with multiple copy constructors when detecting | Richard Smith | 2012-11-22 | 1 | -2/+13 |
* | Don't try to diagnose anything when we're passing incomplete types | Douglas Gregor | 2011-10-14 | 1 | -0/+13 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Implement C++0x semantics for passing non-POD classes through varargs. | Douglas Gregor | 2011-05-21 | 1 | -0/+17 |