Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e09b8c41d0eeb17f8cbe73affb213cb7ff8d0718
/
test
/
Parser
/
recovery.cpp
37ec8d5
In C++, if we hit an error in the class-head, don't try to parse the class body.
by Richard Smith
· 12 years ago
a0d5878
Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions).
by David Tweed
· 12 years ago
53aec2a
'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery.
by Richard Smith
· 12 years ago
50dc12a
Recover when correcting an unknown type name to a keyword like "struct".
by Kaelyn Uhrain
· 12 years ago
994d73f
Part of PR10101: after a parse error in a declaration, try harder to find the
by Richard Smith
· 13 years ago