Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor out common tautological comparison code from scalar and vector ↵ | Richard Smith | 2018-01-07 | 1 | -6/+6 |
| | | | | | | | | compare checking. In passing, improve vector compare diagnostic to match scalar compare diagnostic. llvm-svn: 321972 | ||||
* | Warn about comparisons between arrays and improve self-comparison | Douglas Gregor | 2010-06-08 | 1 | -0/+30 |
warnings, from Troy Straszheim! Fixes PR6163. llvm-svn: 105631 |