As discussed on the mailing list, notes originating from the tracking of foreach loop conditions are always meaningless.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D66131
[analyzer] Don't track the condition of foreach loops ClosedPublic Authored by Szelethus on Aug 13 2019, 3:12 AM.
Details Summary As discussed on the mailing list, notes originating from the tracking of foreach loop conditions are always meaningless.
Diff Detail Event TimelineHerald added subscribers: cfe-commits, gamesh411, dkrupp and 5 others. · View Herald TranscriptAug 13 2019, 3:12 AM This revision is now accepted and ready to land.Aug 13 2019, 5:16 PM Szelethus added a child revision: D66381: [analyzer] Enable control dependency condition tracking by default.Aug 17 2019, 10:22 AM Closed by commit rL369613: [analyzer] Don't track the condition of foreach loops (authored by Szelethus). · Explain WhyAug 21 2019, 7:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 214791 clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/test/Analysis/track-control-dependency-conditions.cpp
|