This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG57006d2f6d96: [analyzer] Refactor trackExpressionValue to
accept TrackingOptions (authored by vsavchenko).
Changed prior to commit:
https://review
vsavchenko updated this revision to Diff 351143.
vsavchenko added a comment.
Remove unintnentionally merged changes from the next commit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103633/new/
https://reviews.llvm.org/D103633
Files:
clang/incl
vsavchenko added a comment.
Oof, I also screwed up rebasing this commit as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103633/new/
https://reviews.llvm.org/D103633
___
cfe-commits mailing list
cf
vsavchenko updated this revision to Diff 351109.
vsavchenko added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103633/new/
https://reviews.llvm.org/D103633
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter
vsavchenko updated this revision to Diff 351108.
vsavchenko added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103633/new/
https://reviews.llvm.org/D103633
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter
NoQ accepted this revision.
NoQ added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp:288
+ bugreporter::trackExpressionValue(
+ N, RS->getRetValue(), *R, {bugreporter::TrackingKind::Thorough, fa
vsavchenko updated this revision to Diff 349660.
vsavchenko added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103633/new/
https://reviews.llvm.org/D103633
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter
vsavchenko updated this revision to Diff 349659.
vsavchenko added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103633/new/
https://reviews.llvm.org/D103633
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.