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