1. f4382f5 Make the implicit-int handling error recovery stuff handle C++ by Chris Lattner · 15 years ago
  2. 8129edb Fix some C++ error recovery problems in init declarator parsing by Chris Lattner · 15 years ago
  3. a3a8351 Add some more code modification hints by Douglas Gregor · 15 years ago
  4. 1329c27 Tighten the setAccess assert. We now allow AS_none if the decl contex is not a C++ record decl. by Anders Carlsson · 15 years ago
  5. a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  7. 2dc0e64 Template instantiation for the declarations of member functions within by Douglas Gregor · 15 years ago
  8. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 15 years ago
  9. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 15 years ago
  10. 9fa14a5 Improve recovery from ill-formed scope specifiers. Fixes PR3670. by Douglas Gregor · 15 years ago
  11. ddf7e99 Make the test cases failing due to exact diagnostic matching XFAIL. by Sebastian Redl · 15 years ago
  12. 4ce205f Diagnose attempts to define a namespace member out-of-line when no by Douglas Gregor · 15 years ago
  13. 70316a0 Add support for out-of-line definitions of conversion functions and member operators by Douglas Gregor · 16 years ago
  14. 3dde5a3 Partial fix for qualified name lookup, such that the lookup of N in by Douglas Gregor · 16 years ago
  15. 584049d Diagnose erroneous uses of out-of-line member definitions and scope by Douglas Gregor · 16 years ago
  16. 28eb7e9 make the 'to match this' diagnostic a note. by Chris Lattner · 16 years ago
  17. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  18. 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
  19. 08b2c37 Fix this: by Argyrios Kyrtzidis · 16 years ago
  20. 5239304 Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names. by Argyrios Kyrtzidis · 16 years ago
  21. ef6e647 Implement Sema support for C++ nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago