1. 2f7dc46 Move the warnings for extra semi-colons under -Wextra-semi. Also, added by Richard Trieu · 13 years ago
  2. 0191023 Don't try to parse a malformed parameter list after a constructor or operator by Richard Smith · 14 years ago
  3. efd009d When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a by Richard Smith · 14 years ago
  4. 0d73054 Fix code so that a SkipUntil will ignore semicolons when skipping a by Richard Trieu · 14 years ago
  5. eba32c2 Fix crash-on-invalid, improve error recovery, and test coverage for missing colon after access specifiers in C++ by David Blaikie · 14 years ago
  6. 8a4db83 Parse the optional semicolon after a C++ in-class member function by Douglas Gregor · 15 years ago
  7. aa8c972 Complain when an unnamed enumeration has no enumerations (in C++). Fixes PR7466. by Douglas Gregor · 15 years ago
  8. f19ac0e Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
  9. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  11. cd72ba9 Semantic checking for class template declarations and by Douglas Gregor · 17 years ago
  12. c6f58fe Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 17 years ago
  13. d19c1c0 implement PR3177 - "__extension__ union" not supported in C++ mode by Chris Lattner · 17 years ago
  14. ccdfaba Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 17 years ago
  15. f4485de Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 17 years ago
  16. f4ebe9e Handle unnamed bitfields when parsing C++ classes. by Argyrios Kyrtzidis · 17 years ago
  17. 7bbb20e Add parsing support for C++ classes. by Argyrios Kyrtzidis · 17 years ago