| commit | 371e9e8a28517f4da559fed3d44877a5a1b3e785 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Dec 06 03:00:51 2017 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Dec 06 03:00:51 2017 +0000 |
| tree | 0de8955d037a756be463236ec005801e0f8ad5b7 | |
| parent | a834b529c3ed85ed75cb875517751b3350d6cecc [diff] |
Fix a bunch of wrong "tautological unsigned enum compare" diagnostics in C++. An enumeration with a fixed underlying type can have any value in its underlying type, not just those spanned by the values of its enumerators. llvm-svn: 319875