One interesting problem was discovered here. When we do interrupt
Tracker's track flow, we want to interrupt only it and not all the
other flows recursively.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103914
[analyzer] Extract ArrayIndexHandler ClosedPublic Authored by vsavchenko on Jun 8 2021, 10:45 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: ASDenysPetrov, dkrupp, donat.nagy and 6 others. · View Herald TranscriptJun 8 2021, 10:45 AM vsavchenko added a parent revision: D103902: [analyzer] Extract NilReceiverHandler.Jun 8 2021, 10:45 AM vsavchenko added a child revision: D103917: [analyzer] Extract InterestingLValueHandler.Jun 8 2021, 10:57 AM This revision is now accepted and ready to land.Jun 10 2021, 11:53 PM This revision was landed with ongoing or failed builds.Jun 15 2021, 1:38 AM Closed by commit rG40cb73bd2073: [analyzer] Extract ArrayIndexHandler (authored by vsavchenko). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 351113 clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
|