Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make wording for certain invalid unary expressions more consistent. | David Majnemer | 2013-10-09 | 1 | -1/+1 |
* | Fixed messages in tests. | Serge Pavlov | 2013-10-08 | 1 | -1/+1 |
* | Add fixits suggesting parenthesis around type name in expressions like sizeof. | Serge Pavlov | 2013-10-08 | 1 | -0/+20 |
* | sizeof(void) etc. should be a hard error in C++. | Eli Friedman | 2013-08-13 | 1 | -0/+8 |
* | Grab-bag of bit-field fixes: | John McCall | 2013-05-06 | 1 | -0/+20 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Implement substitution of a function parameter pack for its set of | Douglas Gregor | 2011-01-07 | 1 | -0/+12 |
* | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 1 | -0/+26 |