Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR23334: Perform semantic checking of lambda capture initialization in the ri... | Richard Smith | 2015-04-27 | 1 | -3/+4 |
* | Adding a -Wunused-value warning for expressions with side effects used in an ... | Aaron Ballman | 2014-12-17 | 1 | -1/+1 |
* | sizeof(void) etc. should be a hard error in C++. | Eli Friedman | 2013-08-13 | 1 | -1/+1 |
* | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor | 2012-02-09 | 1 | -13/+7 |
* | Implement C++ [expr.prim.lambda]p2, which bans lambda expressions in | Douglas Gregor | 2012-02-09 | 1 | -0/+48 |