aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-28Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko1-3/+1
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-1/+1
2015-08-25[OPENMP 4.0] Initial support for array sections.Alexey Bataev1-0/+1
2015-08-10[Static Analyzer] Warn when inner and outer conditions are identical. The inn...Daniel Marjamaki1-0/+18
2014-08-20[analyzer] IdenticalExpr: don't try to compare integer literals with differen...Jordan Rose1-1/+6
2014-08-20[analyzer] IdenticalExpr: use getBytes rather than getString to compare strin...Jordan Rose1-1/+1
2014-03-11[analyzer] Check all conditions in a chained if against each other.Jordan Rose1-0/+24
2014-02-21[analyzer] Fix a bug in IdenticalExprChecker concerning while loops.Jordan Rose1-2/+7
2014-02-19[analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions.Jordan Rose1-12/+75
2014-02-19[analyzer] Extend IdenticalExprChecker to check the two branches of an if.Jordan Rose1-51/+188
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-5/+10
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2013-12-10[analyzer] Misc. tidying in IdenticalExprChecker.Jordan Rose1-18/+16
2013-12-10[analyzer] Extend IdenticalExprChecker to check ternary operator results.Jordan Rose1-7/+39
2013-11-14Move classes into anonymous namespaces.Benjamin Kramer1-0/+4
2013-11-08[analyzer] Add IdenticalExprChecker, to find copy-pasted code.Jordan Rose1-0/+222