jroelofs added a subscriber: jroelofs.

================
Comment at: lib/AST/ASTContext.cpp:429
@@ -432,2 +428,3 @@
+  auto *CFC = new (*this) comments::FullComment(FC->getBlocks(), ThisDeclInfo);
   return CFC;
 }
----------------
return new ...


Repository:
  rL LLVM

http://reviews.llvm.org/D15338



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

Reply via email to