1. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  2. 00d5074 Fix redundant errors with missing default arguments in member declarations. by Sebastian Redl · 15 years ago
  3. ddf7e99 Make the test cases failing due to exact diagnostic matching XFAIL. by Sebastian Redl · 15 years ago
  4. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  5. 72b505b Delay parsing of default arguments of member functions until the class by Douglas Gregor · 16 years ago
  6. 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
  7. 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
  8. 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
  9. 30c5436 Check that this cannot be used in a default argument. Happily, it was already implemented by Douglas Gregor · 16 years ago
  10. 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]
  11. 6d6eb57 Diagnose attempts to use C++ default arguments outside of a function declaration by Douglas Gregor · 16 years ago
  12. 9e97955 Default argument cleanups and minor improvements, patch by Doug Gregor! by Chris Lattner · 16 years ago
  13. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 16 years ago
  14. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago