]> granicus.if.org Git - clang/commit
[analyzer] IdenticalExpr: don't try to compare integer literals with different widths.
authorJordan Rose <jordan_rose@apple.com>
Wed, 20 Aug 2014 16:51:26 +0000 (16:51 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 20 Aug 2014 16:51:26 +0000 (16:51 +0000)
commit8ecdd0ae6f47b0d36f64c37c0890474a76e42cb6
treee0b299de38b4b7ae73559739c2e873df9ed15ce5
parentef75d1308ca3e66a7a201117d74ba5e6a5a47c81
[analyzer] IdenticalExpr: don't try to compare integer literals with different widths.

PR20659. Patch by Anders Rönnholm.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216076 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
test/Analysis/identical-expressions.cpp