| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | Fix <rdar://problem/6703892> by not warning about self-comparisons of enum | Ted Kremenek | 2009-03-20 | 1 | -0/+8 |
| | | | | | | | constants. llvm-svn: 67390 | ||||
| * | Added to test case for "self-comparison check" uses of relation operators: x ↵ | Ted Kremenek | 2007-10-29 | 1 | -1/+9 |
| | | | | | | | | | < x and x > x should emit warnings. llvm-svn: 43451 | ||||
| * | For non-floating point types, added check for expressions of the form | Ted Kremenek | 2007-10-29 | 1 | -0/+17 |
| "x == x" and "x != x". We emit a warning for these since they always evaluate to a constant value and often indicate a logical error. Added test case for this check. llvm-svn: 43450 | |||||

