summaryrefslogtreecommitdiff
path: root/test/Parser/cxx-ambig-paren-expr.cpp
AgeCommit message (Expand)Author
2016-02-03Fix regression from r259622: the operand of an increment that is the operand ofRichard Smith
2016-02-03Fix miscompile and rejects-valids when disambiguating after an ambiguousRichard Smith
2009-12-19Teach TryAnnotateTypeOrScopeToken to deal with already-annotatedJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-25Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-05-25PR4122: Tweak the ambiguity handling to handle (S())() correctly. I've Eli Friedman
2009-05-22Add a test case to make sure that an ambiguous paren expression is only parse...Argyrios Kyrtzidis
2009-05-22Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate b...Argyrios Kyrtzidis