rnk added inline comments.

================
Comment at: include/clang/AST/VTableBuilder.h:54
@@ -53,3 +53,3 @@
 
-  VTableComponent() { }
+  VTableComponent() = default;
 
----------------
Is this ctor used? It leaves Value uninitialized. Maybe we should delete it to 
ensure that it isn't called, or use a default member initializer for Value 
below.


http://reviews.llvm.org/D11928



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to