This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG85f475c979aa: [analyzer] Extract ControlDependencyHandler
(authored by vsavchenko).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
vsavchenko updated this revision to Diff 351374.
vsavchenko marked an inline comment as done.
vsavchenko added a comment.
Add comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103677/new/
https://reviews.llvm.org/D103677
Files:
clang/lib/Sta
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Great!
Comment at: clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:2114
&getParentTracker(), InputNode);
- Result.FoundSomethingToTrack = true;
+ return
vsavchenko updated this revision to Diff 351110.
vsavchenko added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103677/new/
https://reviews.llvm.org/D103677
Files:
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
Index:
vsavchenko created this revision.
vsavchenko added reviewers: NoQ, xazax.hun, martong, steakhal, Szelethus,
manas, RedDocMD.
Herald added subscribers: ASDenysPetrov, dkrupp, donat.nagy, mikhail.ramalho,
a.sidorin, rnkovacs, szepet, baloghadamsoftware.
vsavchenko requested review of this revision.