xazax.hun added inline comments.
================ Comment at: lib/AST/ASTImporter.cpp:5476 + + for (unsigned ai = 0, ae = NumArgs; ai != ae; ++ai) { + Expr *FromArg = CE->getArg(ai); ---------------- Use uppercase variable names. ================ Comment at: lib/AST/ASTImporter.cpp:5477 + for (unsigned ai = 0, ae = NumArgs; ai != ae; ++ai) { + Expr *FromArg = CE->getArg(ai); + Expr *ToArg = Importer.Import(FromArg); ---------------- I would eliminate this local variable. https://reviews.llvm.org/D38694 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits