- Update transfer and diagnose to take const CFGElement * as input in Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.
- Update clang-tools-extra/clang-tidy/bugprone/UncheckedOptionalAccessCheck.cpp accordingly.
- Rename runDataflowAnalysisOnCFG to runDataflowAnalysis and remove the deprecated runDataflowAnalysis (this was only used by the now updated optional check).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h | ||
---|---|---|
76 | Why not Ctx like above? |
Why not Ctx like above?