Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] Turn off warnings for test/Analysis/identical-expressions.cpp. | Jordan Rose | 2014-08-20 | 1 | -3/+3 |
* | [analyzer] IdenticalExpr: don't try to compare integer literals with differen... | Jordan Rose | 2014-08-20 | 1 | -0/+12 |
* | [analyzer] IdenticalExpr: use getBytes rather than getString to compare strin... | Jordan Rose | 2014-08-20 | 1 | -0/+7 |
* | [analyzer] Check all conditions in a chained if against each other. | Jordan Rose | 2014-03-11 | 1 | -0/+105 |
* | [analyzer] Fix a bug in IdenticalExprChecker concerning while loops. | Jordan Rose | 2014-02-21 | 1 | -0/+11 |
* | [analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions. | Jordan Rose | 2014-02-19 | 1 | -0/+86 |
* | [analyzer] Extend IdenticalExprChecker to check the two branches of an if. | Jordan Rose | 2014-02-19 | 1 | -0/+151 |
* | [analyzer] Extend IdenticalExprChecker to check ternary operator results. | Jordan Rose | 2013-12-10 | 1 | -0/+218 |
* | [analyzer] Add IdenticalExprChecker, to find copy-pasted code. | Jordan Rose | 2013-11-08 | 1 | -0/+942 |