[all-commits] [llvm/llvm-project] 094fb1: [analyzer] Add taint to the BoolAssignmentChecker
Endre Fülöp via All-commits
all-commits at lists.llvm.org
Fri May 13 00:29:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 094fb13b88b36ecfa475cb877d2c6e9d90b4d1a5
https://github.com/llvm/llvm-project/commit/094fb13b88b36ecfa475cb877d2c6e9d90b4d1a5
Author: Endre Fülöp <endre.fulop at sigmatechnology.se>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
M clang/test/Analysis/bool-assignment.c
Log Message:
-----------
[analyzer] Add taint to the BoolAssignmentChecker
BoolAssignment checker is now taint-aware and warns if a tainted value is
assigned.
Original author: steakhal
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D125360
More information about the All-commits
mailing list