summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-1/+4
* Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko2015-12-281-3/+1
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* [Static Analyzer] Warn when inner and outer conditions are identical. The inn...Daniel Marjamaki2015-08-101-0/+18
* [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