1. 4f4946a Whenever we complain about a failed initialization of a function or by Douglas Gregor · 16 years ago
  2. 5f101b9 Switch default arguments over to InitializationSequence. by Eli Friedman · 16 years ago
  3. a4b592a Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 16 years ago
  4. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  5. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  6. 5835403 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 17 years ago
  7. 0369c57 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 17 years ago
  8. 5496d4c Now that we have copy initialization support, use it for checking the default arguments by Douglas Gregor · 17 years ago
  9. 3d0f51d Move the rest of the Sema C++ tests into the SemaCXX test directory. by Argyrios Kyrtzidis · 17 years ago[Renamed from clang/test/Sema/default1.cpp]
  10. aa9c7ae Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 18 years ago