summaryrefslogtreecommitdiff
path: root/test/Analysis/identical-expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Static Analyzer] Warn when inner and outer conditions are identical. The inn...Daniel Marjamaki2015-08-101-0/+32
* [test] Turn off warnings for test/Analysis/identical-expressions.cpp.Jordan Rose2014-08-201-3/+3
* [analyzer] IdenticalExpr: don't try to compare integer literals with differen...Jordan Rose2014-08-201-0/+12
* [analyzer] IdenticalExpr: use getBytes rather than getString to compare strin...Jordan Rose2014-08-201-0/+7
* [analyzer] Check all conditions in a chained if against each other.Jordan Rose2014-03-111-0/+105
* [analyzer] Fix a bug in IdenticalExprChecker concerning while loops.Jordan Rose2014-02-211-0/+11
* [analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions.Jordan Rose2014-02-191-0/+86
* [analyzer] Extend IdenticalExprChecker to check the two branches of an if.Jordan Rose2014-02-191-0/+151
* [analyzer] Extend IdenticalExprChecker to check ternary operator results.Jordan Rose2013-12-101-0/+218
* [analyzer] Add IdenticalExprChecker, to find copy-pasted code.Jordan Rose2013-11-081-0/+942