[PATCH] D11441: Generating available_externally vtables for classes without inline virtual functions
Piotr Padlewski
prazek at google.com
Wed Jul 22 17:58:10 PDT 2015
Prazek marked 3 inline comments as done.
================
Comment at: lib/CodeGen/CGVTables.cpp:829
@@ -821,1 +828,3 @@
const CXXRecordDecl *RD) {
+ if (CGM.getCXXABI().canEmitAvailableExternallyVTable(RD)) return true;
+
----------------
majnemer wrote:
> Please clang-format this.
I was formatted by clang-format (tools/clang-format/git-clang-format).
It looks ugly to me, but I thought that this is what code style is here.
http://reviews.llvm.org/D11441
More information about the cfe-commits
mailing list