[PATCH] D103633: [analyzer] Refactor trackExpressionValue to accept TrackingOptions

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 9 21:59:02 PDT 2021


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, false});
   C.emitReport(std::move(R));
----------------
I think `false` deserves a `/*comment=*/`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103633/new/

https://reviews.llvm.org/D103633



More information about the cfe-commits mailing list