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