Re: [PATCH] D12761: MPI-Checker patch for Clang Static Analyzer

2016-03-28 Thread Anna Zaks via cfe-commits
zaks.anna added inline comments. Comment at: lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp:95 @@ +94,3 @@ + if (Optional SP = N->getLocation().getAs()) { +if (const CallExpr *CE = clang::dyn_cast(SP->getStmt())) { + Would it be possible to identi

Re: [PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return

2016-03-28 Thread Balogh , Ádám via cfe-commits
baloghadamsoftware added a comment. Thank you for your comments, but they are not related to my changes. These lines were present in the original file and I did not change them. http://reviews.llvm.org/D18265 ___ cfe-commits mailing list cfe-commit

<    1   2