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