1. 6314db9 PR12798: Don't drop part of the nested name specifier when instantiating a by Richard Smith · 12 years ago
  2. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  3. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  4. c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 14 years ago
  5. d46f985 Re-introduce the ctor/dtor alias optimization, this time hidden behind a by John McCall · 15 years ago
  6. 8e51a1f Revert the ctor/dtor alias optimization for now; the buildbots can detect by John McCall · 15 years ago
  7. 3b47733 Make deleting and complete dtor variants defer to other dtor variants by by John McCall · 15 years ago
  8. 92ac9ff Emit complete constructors and destructors as aliases to base constructors by John McCall · 15 years ago
  9. c997d42 Correctly pass VTT parameters to constructors and destructors. The VTTs aren't yet used in the ctors/dtors, but that will follow. by Anders Carlsson · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. fd12649 When generating a virtual destructor, don't try to make a virtual call to the base class destructor because then we'll just re-enter the same destructor! by Anders Carlsson · 15 years ago