Commit 7ebf3e01 authored by Kazu Hirata's avatar Kazu Hirata
Browse files

[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]
parent c19183c4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment