1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  6. d37b360 PR11684, core issue 1417: by Richard Smith · 12 years ago
  7. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  8. 6f0074a Add new warning that warns when invoking 'delete' on a polymorphic, non-final, class without a virtual destructor. by Argyrios Kyrtzidis · 13 years ago
  9. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 13 years ago
  10. f4b793c Teach the virtual-functions-without-virtual-destructor warning to only by Douglas Gregor · 13 years ago
  11. 668fdd8 Don't warn for -Wnon-virtual-dtor for dependent classes. by Argyrios Kyrtzidis · 13 years ago
  12. 9641fc8 Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin Kramer for the hint! by Argyrios Kyrtzidis · 13 years ago
  13. def4e2a Warn if the class has virtual methods but non-virtual destructor. Addresses rdar://8756445. by Argyrios Kyrtzidis · 13 years ago
  14. 2a5f99e Tie DefineVTablesUsed() in with recursive function instantiation so that we emit by Nick Lewycky · 14 years ago
  15. 200b292 When we run into an error parsing or type-checking the left-hand side by Douglas Gregor · 14 years ago
  16. fcadea2 Fix a crash on invalid when declaring an implicit member of a class with an by John McCall · 14 years ago
  17. 1544282 Only look up an 'operator delete' on the definition of a destructor, not on by John McCall · 14 years ago
  18. 6b85512 Unbreak test on platforms where size_t != unsigned long. by Benjamin Kramer · 14 years ago
  19. 5efd91a Mark the operator delete associated with a virtual destructor as referenced. by John McCall · 14 years ago
  20. d92ec47 Reinstate fix for PR7526, which was failing because, now that we by Douglas Gregor · 14 years ago
  21. 4b662a5 Revert r107374, which broke bootstrap. by Douglas Gregor · 14 years ago
  22. 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 14 years ago
  23. 9c12739 Do not mark the destructor of a function parameter's type. Fixes PR6709. by Douglas Gregor · 14 years ago
  24. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  25. 333de06 Don't try to finalize an ill-formed variable or one whose class type is ill-formed. Fixes PR6421 by Douglas Gregor · 14 years ago
  26. 124b878 Improve parsing and instantiation of destructor names, so that we can by Douglas Gregor · 14 years ago
  27. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  28. c19f959 Diagnose when a destructor uses a unrelated class type as its name. by Fariborz Jahanian · 15 years ago
  29. 76ed9cb Improve message for bad destructor decl. Per Doug's comment. by Fariborz Jahanian · 15 years ago
  30. d33c868 Issue a more descriptive diagnostics when mis-declaring a destructor. by Fariborz Jahanian · 15 years ago
  31. 7786d1c C++ destructors can have a single unnamed void parameter. Fixes <rdar://problem/6841210>. by Anders Carlsson · 15 years ago
  32. 6540180 various "is invalid" cleanups for C++ ctors/dtors. by Chris Lattner · 15 years ago
  33. eaaebc7 This is a pretty big cleanup for how invalid decl/type are handle. by Chris Lattner · 15 years ago
  34. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  35. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 15 years ago
  36. 9d35097 Enable out-of-line definitions of C++ constructors and destructors by Douglas Gregor · 16 years ago
  37. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  38. c7ed9c6 Changes in preparation for nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
  39. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago