[PATCH] D69745: [analyzer] Checker: check::BeginAnalysis

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 1 19:36:06 PDT 2019


Charusso marked an inline comment as done.
Charusso added a comment.

I felt that it will be easier, eh.



================
Comment at: clang/lib/StaticAnalyzer/Core/CoreEngine.cpp:118
+    SubEng.processBeginWorklist(BuilderCtx, Node, DstBegin, StartLoc);
     SubEng.processBeginOfFunction(BuilderCtx, Node, DstBegin, StartLoc);
 
----------------
I think we need to merge the `BeginFunction` into the `BeginWorklist`.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69745/new/

https://reviews.llvm.org/D69745





More information about the cfe-commits mailing list