[PATCH] D25326: [StaticAnalyser] Don't merge different returns in ExplodedGraph

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 09:23:47 PDT 2016


zaks.anna accepted this revision.
zaks.anna added a comment.

Please, fix the style issues before committing.



================
Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:266
+                            ExplodedNode *Pred,
+                            const ReturnStmt *RS=nullptr) override;
 
----------------
Add spaces around '=.'


https://reviews.llvm.org/D25326





More information about the cfe-commits mailing list