1. a85cf39 Improve diagnostics for invalid use of non-static members / this: by Richard Smith · 12 years ago
  2. d54eb44 Parse default arguments within member functions in source order, from by Douglas Gregor · 14 years ago
  3. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  5. d84aac1 Add 'previous declaration is here' note for param redefinition errors, e.g.: by Chris Lattner · 14 years ago
  6. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  7. 90f9382 Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 15 years ago
  8. 745880f Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one by Douglas Gregor · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 6cc1518 Cleanup and test C++ default arguments. Improvements include: by Douglas Gregor · 15 years ago
  11. d33133c Fix the parsing of default arguments for inline member function definitions. by Eli Friedman · 15 years ago
  12. 5e300d1 It's an error to use a function declared in a class definition as a default argument before the function has been declared. by Anders Carlsson · 15 years ago
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  14. 00d5074 Fix redundant errors with missing default arguments in member declarations. by Sebastian Redl · 16 years ago
  15. ddf7e99 Make the test cases failing due to exact diagnostic matching XFAIL. by Sebastian Redl · 16 years ago
  16. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  17. 72b505b Delay parsing of default arguments of member functions until the class by Douglas Gregor · 16 years ago
  18. 0a59acb Make name lookup when we're inside a declarator's scope, such as ClassName::func, work with the new unqualified name lookup code. Test it with default arguments in out-of-line member definitions by Douglas Gregor · 16 years ago
  19. 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
  20. 3996f23 Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correcting my bogus assertion about it already being handled by Douglas Gregor · 16 years ago
  21. 30c5436 Check that this cannot be used in a default argument. Happily, it was already implemented by Douglas Gregor · 16 years ago
  22. 4bd8217 Move the rest of the Sema C++ tests into the SemaCXX test directory. by Argyrios Kyrtzidis · 16 years ago[Renamed from test/Sema/default2.cpp]
  23. 6d6eb57 Diagnose attempts to use C++ default arguments outside of a function declaration by Douglas Gregor · 16 years ago
  24. 9e97955 Default argument cleanups and minor improvements, patch by Doug Gregor! by Chris Lattner · 16 years ago
  25. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 16 years ago
  26. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago