[PATCH] D15338: [Clang] Use autos in lib/AST/ASTContext.cpp
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 8 11:04:29 PST 2015
Eugene.Zelenko added inline comments.
================
Comment at: lib/AST/ASTContext.cpp:429
@@ -432,2 +428,3 @@
+ auto *CFC = new (*this) comments::FullComment(FC->getBlocks(), ThisDeclInfo);
return CFC;
}
----------------
jroelofs wrote:
> return new ...
Will fix in commit.
Repository:
rL LLVM
http://reviews.llvm.org/D15338
More information about the cfe-commits
mailing list