[all-commits] [llvm/llvm-project] 7ebf3e: [StaticAnalyzer] Remove isShiftOverflow and isLeft...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Sep 29 12:47:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ebf3e019488bcc6209df757e823b08f631aa897
https://github.com/llvm/llvm-project/commit/7ebf3e019488bcc6209df757e823b08f631aa897
Author: Kazu Hirata <kazu at google.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
Log Message:
-----------
[StaticAnalyzer] Remove isShiftOverflow and isLeftShiftResultUnrepresentable
This patch fixes:
clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:61:13:
error: unused function 'isShiftOverflow' [-Werror,-Wunused-function]
clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp:66:13:
error: unused function 'isLeftShiftResultUnrepresentable'
[-Werror,-Wunused-function]
More information about the All-commits
mailing list