[PATCH] [ms-cxxabi] There are no key functions in the Microsoft C++ ABI

Reid Kleckner rnk at google.com
Wed May 29 09:15:10 PDT 2013


  Thanks, committing.


================
Comment at: test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp:119
@@ -112,2 +118,2 @@
 };
 void G::j() {}
----------------
Peter Collingbourne wrote:
> Please also add a test which shows that defining what would be the key function in the Itanium ABI does not cause a vtable to be emitted.
That's covered by C::f(), right?  I have a CHECK-NOT for that.


http://llvm-reviews.chandlerc.com/D838

BRANCH
  key-method

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list