1. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  2. 1df0ee9 Teach C++ name lookup that it's okay to look in a scope without a by Douglas Gregor · 15 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. a75a92d Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). by Daniel Dunbar · 15 years ago
  5. 51ffb0c Implement support for default template arguments of function templates. by Douglas Gregor · 15 years ago
  6. 2cc782f Improve diagnostics when parsing something like by Douglas Gregor · 15 years ago
  7. b3eca29 Disabling some MS extensions which cause these tests to fail by John Thompson · 15 years ago
  8. f6b1185 Improve checking for specializations of member classes of class by Douglas Gregor · 15 years ago
  9. d5a423b WIP implementation of explicit instantiation of function templates, by Douglas Gregor · 15 years ago
  10. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  11. 7cdbc58 Implement support for out-of-line definitions of the class members of class by Douglas Gregor · 15 years ago
  12. dfe3f2d Implement parsing and semantic analysis for out-of-line definitions of static by Douglas Gregor · 15 years ago
  13. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  14. 52591bf Make sure that the template parameter lists get from the parser down to ActOnFunctionDeclarator for function template definitions by Douglas Gregor · 15 years ago
  15. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 15 years ago
  16. 6409625 Parse typeof-specifier the same way as sizeof/alignof are parsed. by Argyrios Kyrtzidis · 15 years ago
  17. 1426e53 Refactor the parsing of declarations so that template declarations can by Douglas Gregor · 15 years ago
  18. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  19. 4310f4e Make "implicit int" an error in C++ (unless we're allowing Microsoft by Douglas Gregor · 15 years ago
  20. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 15 years ago
  21. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 16 years ago
  22. a4ed0d8 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 16 years ago
  23. c4b4e7b Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations by Douglas Gregor · 16 years ago
  24. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  25. 26236e8 A little more scaffolding for parsing templates: by Douglas Gregor · 16 years ago
  26. adcac88 Basic support for parsing templates, from Andrew Sutton by Douglas Gregor · 16 years ago