]> granicus.if.org Git - clang/commit
Don't warn -Wsign-compare if we're in an unevaluated context, and fixed
authorJohn McCall <rjmccall@apple.com>
Fri, 6 Nov 2009 18:16:06 +0000 (18:16 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 6 Nov 2009 18:16:06 +0000 (18:16 +0000)
commit7d62a8f81f2f22e25c048edfb412b22e06c542ff
treef6295a061ddc7c262195348931dd210005c4b5c8
parent49c952f853fe2d15dd9c9ff2a29c696bd18fca13
Don't warn -Wsign-compare if we're in an unevaluated context, and fixed
a typo pointed out by Fariborz.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86265 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
lib/Sema/SemaExpr.cpp