[PATCH] D128851: [clang][dataflow] Use NoopLattice in optional model

Sam Estep via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 13:04:26 PDT 2022


samestep created this revision.
Herald added subscribers: martong, tschuett, carlosgalvezp, xazax.hun.
Herald added a project: All.
samestep requested review of this revision.
Herald added projects: clang, clang-tools-extra.
Herald added a subscriber: cfe-commits.

Reland of D128356 <https://reviews.llvm.org/D128356>. I meant to include these changes in the original patch, but somehow failed to properly update it before landing.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128851

Files:
  clang-tools-extra/clang-tidy/bugprone/UncheckedOptionalAccessCheck.cpp
  clang/docs/tools/clang-formatted-files.txt
  clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h
  clang/include/clang/Analysis/FlowSensitive/NoopLattice.h
  clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
  clang/unittests/Analysis/FlowSensitive/NoopAnalysis.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128851.441140.patch
Type: text/x-patch
Size: 10147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220629/13969ac9/attachment-0001.bin>


More information about the cfe-commits mailing list