[PATCH] D127898: [clang][dataflow] Add API to separate analysis from diagnosis

Stanislav Gatev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 10:15:58 PDT 2022


sgatev added inline comments.


================
Comment at: clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h:76
 
+class UncheckedOptionalAccessDiagnosis {
+public:
----------------
samestep wrote:
> samestep wrote:
> > sgatev wrote:
> > > Move this to a new UncheckedOptionalAccessDiagnosis.(h,cpp)?
> > OK! I'll do that next.
> Actually, @sgatev would that go under `FlowSensitive/Models/` or just under `FlowSensitive/`?
I suggest keeping it under `FlowSensitive/Models/` for now. We can change that at a later point if there's a better alternative.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127898



More information about the llvm-commits mailing list