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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits