Age | Commit message (Expand) | Author |
---|---|---|
2012-03-12 | Fix parsing of trailing-return-type. Types are syntactically prohibited from | Richard Smith |
2012-02-17 | Disambiguate between C++11 lambda expressions and C99 array | Douglas Gregor |
2012-02-16 | Improve recovery for lambda expressions that have 'mutable' or a | Douglas Gregor |
2012-02-09 | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor |
2012-02-09 | Fix tests for r150123 | Douglas Gregor |
2012-01-04 | Stub out the Sema interface for lambda expressions, and change the parser to ... | Eli Friedman |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-08-04 | Parsing of C++0x lambda expressions, from John Freeman with help from | Douglas Gregor |