summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] IdenticalExpr: don't try to compare integer literals with differen...Jordan Rose2014-08-201-1/+6
* [analyzer] IdenticalExpr: use getBytes rather than getString to compare strin...Jordan Rose2014-08-201-1/+1
* [analyzer] Check all conditions in a chained if against each other.Jordan Rose2014-03-111-0/+24
* [analyzer] Fix a bug in IdenticalExprChecker concerning while loops.Jordan Rose2014-02-211-2/+7
* [analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions.Jordan Rose2014-02-191-12/+75
* [analyzer] Extend IdenticalExprChecker to check the two branches of an if.Jordan Rose2014-02-191-51/+188
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-5/+10
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* [analyzer] Misc. tidying in IdenticalExprChecker.Jordan Rose2013-12-101-18/+16
* [analyzer] Extend IdenticalExprChecker to check ternary operator results.Jordan Rose2013-12-101-7/+39
* Move classes into anonymous namespaces.Benjamin Kramer2013-11-141-0/+4
* [analyzer] Add IdenticalExprChecker, to find copy-pasted code.Jordan Rose2013-11-081-0/+222
OpenPOWER on IntegriCloud