[PATCH] D156672: [clang][dataflow] Use `Strict` accessors where we weren't using them yet.

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 31 05:36:26 PDT 2023


mboehme updated this revision to Diff 545611.
mboehme added a comment.

Use `Loc == nullptr` instead of `!Loc`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156672

Files:
  clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
  clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
  clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
  clang/lib/Analysis/FlowSensitive/Transfer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156672.545611.patch
Type: text/x-patch
Size: 13539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230731/47a57cd6/attachment.bin>


More information about the cfe-commits mailing list