This revision was automatically updated to reflect the committed changes.
Closed by commit rL369583: [analyzer][NFC] Add different interestingness kinds
(authored by Szelethus, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https:
Szelethus marked an inline comment as done.
Szelethus added inline comments.
Comment at:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:92-101
/// Default tracking kind -- specifies that as much information should be
/// gathered about the tracke
xazax.hun added a comment.
As this thing will now be part of the checker interface it would be great to
have some guidelines which interestingness kind to use (or, when to use
interestingness at all). I am totally fine with addressing this in a followup
patch though.
Repository:
rG LLVM Git
NoQ accepted this revision.
NoQ added inline comments.
This revision is now accepted and ready to land.
Comment at:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:92-101
/// Default tracking kind -- specifies that as much information should be
//
Szelethus created this revision.
Szelethus added reviewers: NoQ, xazax.hun, Charusso, dcoughlin,
baloghadamsoftware, rnkovacs.
Szelethus added a project: clang.
Herald added subscribers: cfe-commits, gamesh411, dkrupp, donat.nagy,
mikhail.ramalho, a.sidorin, szepet, whisperity.
Szelethus added pa