1. d38a21f Revert r183298 and r183300 as the former broke the virtual function lookup in libcxx __locale by Timur Iskhodzhanov · 11 years ago
  2. 391faea Fix fallout from r183298, unused function (CollectPrimaryBases) causing the -Werror build to fail by David Blaikie · 11 years ago
  3. c65ee8f Fix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp by Timur Iskhodzhanov · 11 years ago
  4. f19759e Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers(); also add some tests for the VTable indices output to make sure we don't regress by Timur Iskhodzhanov · 11 years ago
  5. 2fca802 Fix one FIXME in VTableBuilder by Timur Iskhodzhanov · 11 years ago
  6. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 11 years ago
  7. 922cec2 CodeGen: Remove unnecessary const_casts. No functionality change. by Benjamin Kramer · 12 years ago
  8. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  9. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
  10. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  11. d954ab4 Note deleted functions when dumping vtables. by David Blaikie · 12 years ago
  12. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  13. d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
  14. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  15. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  16. 8fb9fb6 Replace manual delete[] with OwningArrayPtr. by Benjamin Kramer · 12 years ago
  17. a2189d7 Don't leak vtable thunks. by Benjamin Kramer · 12 years ago
  18. 260a3e4 For the annals of subtle but terrible bugs: fix a longstanding bug by John McCall · 12 years ago
  19. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  20. 79a5501 Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 12 years ago
  21. 4f80e00 Make format string 64 bit safe. by Benjamin Kramer · 13 years ago
  22. 5e1cdac Rename TagDecl::isDefinition -> isCompleteDefinition by John McCall · 13 years ago
  23. 2401846 Move VTable builder to AST by Peter Collingbourne · 13 years ago