[all-commits] [llvm/llvm-project] 33ca5a: [analyzer][NFC] Add partial specializations for Pr...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Thu Jun 2 10:47:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33ca5a447e7f0f9778f5adc96e24a1ef4a899213
https://github.com/llvm/llvm-project/commit/33ca5a447e7f0f9778f5adc96e24a1ef4a899213
Author: Balazs Benics <balazs.benics at sigmatechnology.se>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
M clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp
Log Message:
-----------
[analyzer][NFC] Add partial specializations for ProgramStateTraits
I'm also hoisting common code from the existing specializations into a
common trait impl to reduce code duplication.
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D126801
More information about the All-commits
mailing list