1. 11d0b8d [Lit Test] Make tests C++11 compatible - Microsoft diagnostics by Charles Li · 9 years ago
  2. b3a9978 Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). by Nico Weber · 11 years ago
  3. 8b51ae9 Mark vtable used on explicit destructor definitions. by Nico Weber · 11 years ago
  4. c4b8e79 Simplify a test. No behavior change. by Nico Weber · 11 years ago
  5. 4e32604 Avoid referencing the vtable when calling the ctor without emitting it by Reid Kleckner · 11 years ago
  6. c9bd88e Remove the -cxx-abi command-line flag. by Hans Wennborg · 12 years ago
  7. 9125b08 Update tests in preparation for using the MS ABI for Win32 targets by Hans Wennborg · 12 years ago
  8. f8cab73 One more cast test. by Eli Friedman · 12 years ago
  9. f24e6e7 Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're by Richard Smith · 12 years ago
  10. 88d292c Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
  11. 0547ad3 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 15 years ago
  12. 0c4aad1 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 15 years ago
  13. f857e0b Perform access control even for the implicit destructor calls from implicit by John McCall · 16 years ago
  14. e7113ca Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 16 years ago
  15. 70e040d During codegen assert that any copy assignment, destructor or constructor that by Rafael Espindola · 16 years ago
  16. ccecc1b Fix marking of virtual members for nested classes whose first non-pure virtual function has a body inlined in the class by Douglas Gregor · 16 years ago
  17. 0a0f04d Make our marking of virtual members functions in a class be by Douglas Gregor · 16 years ago
  18. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  19. 8e0317b Instantiated or specialized class templates never have a key function. This (and the previous check-in) fixes PR5557. by Anders Carlsson · 16 years ago