1. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. c214181 Diagnose C++ [class.mem]p13-14, where a class member has the same name by Douglas Gregor · 14 years ago
  3. 3573b2c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. d87f5a7 Introduce a new class, UnqualifiedId, that provides a parsed by Douglas Gregor · 15 years ago
  5. 383f193 Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
  6. cb0a7f7 Parsing fix for out-of-line constructors, from Piotr Rak by Douglas Gregor · 15 years ago
  7. e19759d Rework the way we handle constructor decls to be less hacky and fix PR3948 completely. by Anders Carlsson · 15 years ago
  8. c2bada7 Just because a declaration has the same name as its containing class doesn't mean that it's a constructor. Fixes rdar://problem/6815988. by Anders Carlsson · 15 years ago
  9. 869cabf Improve recovery when a constructor fails to type-check. Test case from Anders by Douglas Gregor · 16 years ago
  10. ffd408a Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  11. 62ae25a Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  12. 303102d Merge pr-3188.cpp into constructor.cpp. by Sebastian Redl · 16 years ago
  13. b921383 Place constructors and destructors into the DeclContext of the class, by Douglas Gregor · 16 years ago
  14. 9834104 Enable out-of-line definitions of C++ constructors and destructors by Douglas Gregor · 16 years ago
  15. 1336cab Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  16. ccabf08 Semantic checking of constructor declarations and classification of default/copy constructors by Douglas Gregor · 16 years ago
  17. f15ac4b Add support for parsing and representing C++ constructor declarations. by Douglas Gregor · 16 years ago