]> granicus.if.org Git - clang/commit
Implement -Wsign-compare, or at least the actual comparison part of it.
authorJohn McCall <rjmccall@apple.com>
Thu, 5 Nov 2009 00:40:04 +0000 (00:40 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 5 Nov 2009 00:40:04 +0000 (00:40 +0000)
commit45aa4557fe4210034e85f4a807ff637a9dd146d6
tree81fd182a940311d6dbca51680d07a9464da0e663
parentb1c2ea5dddc9188e2ea30de7f6546f640b85dead
Implement -Wsign-compare, or at least the actual comparison part of it.
Conditional operands are next.

Fixes part of rdar://problem/7289584.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86083 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExpr.cpp
test/Parser/if-scope-c90.c
test/Parser/if-scope-c99.c
test/Sema/compare.c