NoQ accepted this revision. NoQ added a comment. This revision is now accepted and ready to land.
Yay, this is great. Thanks for investigating all those loss of coverage issues! ================ Comment at: lib/StaticAnalyzer/Core/CoreEngine.cpp:610 // Use the callee location context. - CallExitBegin Loc(LocCtx); + CallExitBegin Loc(LocCtx,RS); ---------------- Space after ",". ================ Comment at: lib/StaticAnalyzer/Core/CoreEngine.cpp:639 if (N->getLocationContext()->getParent()) { - N = generateCallExitBeginNode(N); + N = generateCallExitBeginNode(N,RS); if (N) ---------------- Space after ",". ================ Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:1792 - Engine.enqueueEndOfFunction(Dst); + Engine.enqueueEndOfFunction(Dst,RS); } ---------------- Space after ",". https://reviews.llvm.org/D25326 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits