Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
Kazu Hirata 7ebf3e0194 [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]
2023-09-29 12:47:31 -07:00

4.1 KiB