This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG16f7a952ec3e: [analyzer] Simplify the process of producing
notes for stores (authored by vsavchenko).
Changed prior to commit:
https://reviews.llv
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Looks great, thanks!
Comment at: clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp:1299
+ } else if (SI.Value.isUndef()) {
+OS << "uninitialized value";
+
vsavchenko updated this revision to Diff 351515.
vsavchenko added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104046/new/
https://reviews.llvm.org/D104046
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter
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.