Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
920b56ca88f06dd9e01caf6f99fcb01e53d1d058
/
clang
/
test
/
Parser
/
cxx-decl.cpp
2b05999
Avoid superfluous warning after an error is detcted and reported.
by Fariborz Jahanian
· 14 years ago
20ee5ae
Emit a specific diagnostic when typedefing C++ bool, mirroring gcc.
by Argyrios Kyrtzidis
· 15 years ago
0786544
fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being constructed.
by Chris Lattner
· 15 years ago
055068d
Fix a crash when parsing malformed out-of-line member function
by Fariborz Jahanian
· 15 years ago
f3d3b36
Allow an asm label specifier on C++ methods, like GCC does.
by Chris Lattner
· 15 years ago
005fc1b
fix PR6782, an accept invalid. We weren't emitting the diagnostic
by Chris Lattner
· 15 years ago
8bc2a70
Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't
by John McCall
· 15 years ago
916dbf1
improve diagnostics for C++ struct ; issues. Before:
by Chris Lattner
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
3c674cf
If we enter parens, colons can become un-sacred, allowing us to emit
by Chris Lattner
· 15 years ago
244b96b
fix a more evil case of : / :: confusion arising in ?:.
by Chris Lattner
· 15 years ago
17c3b1f
fix incorrect parsing of bitfields pointed out by Doug. I chose
by Chris Lattner
· 15 years ago
1c42803
reapply my patch for PR4451, which improves diagnostics for :: vs : confusion.
by Chris Lattner
· 15 years ago
ed08523
revert my previous patch, it is breaking something and I don't have time
by Chris Lattner
· 15 years ago
71d5bf1
implement PR4451, improving error recovery for a mistaken : where a :: was
by Chris Lattner
· 15 years ago
869c661
Fix some C++ error recovery problems in init declarator parsing
by Chris Lattner
· 16 years ago