1. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  2. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  3. adda846 Make sure that the key-function computation produces the correct by Douglas Gregor · 15 years ago
  4. 159ef1e Make our marking of virtual members functions in a class be by Douglas Gregor · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. d6a637f Rework how virtual member functions are marked. If a class has no key function, we now wait until the end of the translation unit to mark its virtual member functions as references. This lays the groundwork for fixing PR5557. by Anders Carlsson · 15 years ago