summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-ambig-paren-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix regression from r259622: the operand of an increment that is the operand ofRichard Smith2016-02-031-0/+1
* Fix miscompile and rejects-valids when disambiguating after an ambiguousRichard Smith2016-02-031-2/+7
* Teach TryAnnotateTypeOrScopeToken to deal with already-annotatedJohn McCall2009-12-191-0/+40
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl2009-07-251-3/+3
* Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis2009-06-031-3/+3
* PR4122: Tweak the ambiguity handling to handle (S())() correctly. I've Eli Friedman2009-05-251-0/+7
* Add a test case to make sure that an ambiguous paren expression is only parse...Argyrios Kyrtzidis2009-05-221-1/+5
* Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate b...Argyrios Kyrtzidis2009-05-221-0/+15