[PATCH] D127898: [clang][dataflow] Add API to separate analysis from diagnosis
Sam Estep via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 22 09:40:35 PDT 2022
samestep marked an inline comment as not done.
samestep added inline comments.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h:76
+class UncheckedOptionalAccessDiagnosis {
+public:
----------------
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/`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127898/new/
https://reviews.llvm.org/D127898
More information about the cfe-commits
mailing list