summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-ambig-paren-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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