[all-commits] [llvm/llvm-project] cafb8b: [clang][dataflow] Use diagnosis API in optional ch...
Sam Estep via All-commits
all-commits at lists.llvm.org
Wed Jun 29 12:20:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cafb8b4ff2c38f81e65f97193eb1d8d16c581522
https://github.com/llvm/llvm-project/commit/cafb8b4ff2c38f81e65f97193eb1d8d16c581522
Author: Sam Estep <sam at samestep.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/UncheckedOptionalAccessCheck.cpp
M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
Log Message:
-----------
[clang][dataflow] Use diagnosis API in optional checker
Followup to D127898. This patch updates `bugprone-unchecked-optional-access` to use the new `diagnoseCFG` function instead of just looking at the exit block.
A followup to this will update the optional model itself to use a noop lattice rather than redundantly computing the diagnostics in both phases of the analysis.
Reviewed By: ymandel, sgatev, gribozavr2, xazax.hun
Differential Revision: https://reviews.llvm.org/D128352
More information about the All-commits
mailing list