1. 5c5db55 fix PR6782, an accept invalid. We weren't emitting the diagnostic by Chris Lattner · 15 years ago
  2. 2e0a715 Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't by John McCall · 15 years ago
  3. ae50d50 improve diagnostics for C++ struct ; issues. Before: by Chris Lattner · 16 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  5. 932dff7 If we enter parens, colons can become un-sacred, allowing us to emit by Chris Lattner · 16 years ago
  6. a69d0ed fix a more evil case of : / :: confusion arising in ?:. by Chris Lattner · 16 years ago
  7. a1efc8c fix incorrect parsing of bitfields pointed out by Doug. I chose by Chris Lattner · 16 years ago
  8. 4664649 reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. by Chris Lattner · 16 years ago
  9. 1ade4ca revert my previous patch, it is breaking something and I don't have time by Chris Lattner · 16 years ago
  10. a564b17 implement PR4451, improving error recovery for a mistaken : where a :: was by Chris Lattner · 16 years ago
  11. 8129edb Fix some C++ error recovery problems in init declarator parsing by Chris Lattner · 16 years ago