Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d7bb6a014afec8c8e2962d8282db412e664dc2f9
/
test
/
Parser
/
cxx-ambig-paren-expr.cpp
ae03cb5
Teach TryAnnotateTypeOrScopeToken to deal with already-annotated
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
9cc11e7
Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators.
by Sebastian Redl
· 16 years ago
7c94c4b
Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++.
by Argyrios Kyrtzidis
· 16 years ago
b53f08a
PR4122: Tweak the ambiguity handling to handle (S())() correctly. I've
by Eli Friedman
· 16 years ago
f303e8a
Add a test case to make sure that an ambiguous paren expression is only parsed once.
by Argyrios Kyrtzidis
· 16 years ago
f58f45e
Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate between a parenthesized type-id and
by Argyrios Kyrtzidis
· 16 years ago