Put the tautological-comparison-of-unsigned-against-zero warnings in
authorJohn McCall <rjmccall@apple.com>
Wed, 8 Sep 2010 02:01:27 +0000 (02:01 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 8 Sep 2010 02:01:27 +0000 (02:01 +0000)
commit8205c1a5c623a418f06789f222183ed5040ff4c9
tree6de07a664e2e90f18ba033f59a2d5293833734cd
parent5cd91b513455fd7753e8815b54f0a49bbca6602d
Put the tautological-comparison-of-unsigned-against-zero warnings in
-Wtautological-compare instead of -Wsign-compare, which also implies turning
them on by default.

Restoration of r112877.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113334 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
test/Analysis/additive-folding.c
test/Analysis/null-deref-ps.c