Age | Commit message (Expand) | Author |
---|---|---|
2013-03-20 | Teach statement / declaration disambiguation about C++11-style generalized in... | Richard Smith |
2013-02-22 | Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, | Richard Smith |
2013-02-20 | PR15311: Finish implementation of the suggested resolution of core issue 1488, | Richard Smith |
2012-07-23 | Do not warn about a function decl / direct init ambiguity if the function has... | Richard Smith |
2012-06-25 | Extend the "expected ';' after struct" logic to also apply to enums, and to | Richard Smith |
2012-03-27 | If we see '(...' where we're expecting an abstract-declarator, that doesn't | Richard Smith |
2012-03-12 | Fix a crash-on-invalid found by -Wlogical-op-parentheses. | David Blaikie |
2012-03-12 | Fix parsing of trailing-return-type. Types are syntactically prohibited from | Richard Smith |
2012-02-23 | Update parser's disambiguation to cope with braced function-style casts in | Richard Smith |