1. eb52f86a Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 12 years ago
  2. b031eab Remove "parse error" in favor of more descriptive diagnostics. by David Blaikie · 12 years ago
  3. 673720d Fix diagnostic text for r154163. by David Blaikie · 12 years ago
  4. 9df1b96 Restrict fixit for missing 'class' in template template parameters. by David Blaikie · 12 years ago
  5. a823545 Improve & simplify diagnostic for missing 'class' in template template parameter. by David Blaikie · 12 years ago
  6. 460ef13 Correct error recovery when missing 'class' in a template template parameter. by David Blaikie · 12 years ago
  7. 99ea734 When we are missing the ',' or '>' to terminate a template parameter by Douglas Gregor · 14 years ago
  8. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  9. 1df0ee9 Teach C++ name lookup that it's okay to look in a scope without a by Douglas Gregor · 14 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. a75a92d Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). by Daniel Dunbar · 15 years ago
  12. 51ffb0c Implement support for default template arguments of function templates. by Douglas Gregor · 15 years ago
  13. 2cc782f Improve diagnostics when parsing something like by Douglas Gregor · 15 years ago
  14. b3eca29 Disabling some MS extensions which cause these tests to fail by John Thompson · 15 years ago
  15. f6b1185 Improve checking for specializations of member classes of class by Douglas Gregor · 15 years ago
  16. d5a423b WIP implementation of explicit instantiation of function templates, by Douglas Gregor · 15 years ago
  17. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  18. 7cdbc58 Implement support for out-of-line definitions of the class members of class by Douglas Gregor · 15 years ago
  19. dfe3f2d Implement parsing and semantic analysis for out-of-line definitions of static by Douglas Gregor · 15 years ago
  20. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  21. 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
  22. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 15 years ago
  23. 6409625 Parse typeof-specifier the same way as sizeof/alignof are parsed. by Argyrios Kyrtzidis · 15 years ago
  24. 1426e53 Refactor the parsing of declarations so that template declarations can by Douglas Gregor · 15 years ago
  25. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  26. 4310f4e Make "implicit int" an error in C++ (unless we're allowing Microsoft by Douglas Gregor · 15 years ago
  27. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 15 years ago
  28. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 15 years ago
  29. a4ed0d8 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 16 years ago
  30. 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
  31. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  32. 26236e8 A little more scaffolding for parsing templates: by Douglas Gregor · 16 years ago
  33. adcac88 Basic support for parsing templates, from Andrew Sutton by Douglas Gregor · 16 years ago