[PATCH] D63642: [analyzer] Add a debug analyzer config to place an event for each tracked condition
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 21 04:21:39 PDT 2019
Szelethus created this revision.
Szelethus added reviewers: NoQ, baloghadamsoftware, xazax.hun, Charusso, rnkovacs, dcoughlin.
Szelethus added a project: clang.
Herald added subscribers: cfe-commits, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, szepet, whisperity.
Exactly what it says on the tin!
I expect this to be especially valuable on production code where control dependencies aren't obvious.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63642
Files:
clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/test/Analysis/analyzer-config.c
clang/test/Analysis/track-control-dependency-conditions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63642.205966.patch
Type: text/x-patch
Size: 10370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190621/a32352e5/attachment.bin>
More information about the cfe-commits
mailing list