[PATCH] D25985: [analyzer] Export coverage information from the analyzer.
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 26 14:27:34 PDT 2016
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
More information about the cfe-commits
mailing list