summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx0x-ambig.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix valid-for-expr ellipses eaten as invalid declHubert Tong2017-05-201-0/+26
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-1/+1
* If a function decl cannot be merged, mark it as invalid.Nico Weber2015-01-171-2/+2
* Recover from errors in enum definitionSerge Pavlov2013-12-311-2/+2
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-3/+3
* Teach statement / declaration disambiguation about C++11-style generalized in...Richard Smith2013-03-201-0/+16
* Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here,Richard Smith2013-02-221-0/+3
* PR15311: Finish implementation of the suggested resolution of core issue 1488,Richard Smith2013-02-201-1/+4
* Do not warn about a function decl / direct init ambiguity if the function has...Richard Smith2012-07-231-1/+3
* Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith2012-06-251-1/+1
* If we see '(...' where we're expecting an abstract-declarator, that doesn'tRichard Smith2012-03-271-0/+25
* Fix a crash-on-invalid found by -Wlogical-op-parentheses.David Blaikie2012-03-121-0/+1
* Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith2012-03-121-1/+10
* Update parser's disambiguation to cope with braced function-style casts inRichard Smith2012-02-231-0/+92