zaks.anna added inline comments.
================ Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:274 + if (Invalid) + continue; + std::ofstream OutFile(FilePath.c_str()); ---------------- zaks.anna wrote: > Would it be better to break if the buffer is invalid? > Should this be hoisted out of the loop? I see why this cannot be hoisted. https://reviews.llvm.org/D25985 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits