llvm-project/clang/lib/Analysis/FlowSensitive/Models
Sam Estep cf1f978d31 [clang][dataflow] Use NoopLattice in optional model
Followup to D128352. This patch pulls the `NoopLattice` class out from the `NoopAnalysis.h` test file into its own `NoopLattice.h` source file, and uses it to replace usage of `SourceLocationsLattice` in `UncheckedOptionalAccessModel`.

Reviewed By: ymandel, sgatev, gribozavr2, xazax.hun

Differential Revision: https://reviews.llvm.org/D128356
2022-06-29 20:10:42 +00:00
..
CMakeLists.txt [clang][dataflow] Add modeling of Chromium's CHECK functionality 2022-03-18 14:39:23 +00:00
ChromiumCheckModel.cpp [clang][dataflow] Add modeling of Chromium's CHECK functionality 2022-03-18 14:39:23 +00:00
UncheckedOptionalAccessModel.cpp [clang][dataflow] Use NoopLattice in optional model 2022-06-29 20:10:42 +00:00