[PATCH] D15338: [Clang] Use autos in lib/AST/ASTContext.cpp

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 8 10:57:14 PST 2015


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





More information about the cfe-commits mailing list