]> granicus.if.org Git - clang/commit
Change the other -Wtautological-compare warnings to not trigger in template
authorRichard Trieu <rtrieu@google.com>
Sat, 2 Nov 2013 02:11:23 +0000 (02:11 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 2 Nov 2013 02:11:23 +0000 (02:11 +0000)
commit5423746bbd6128027ad16de77718d507cedc97a9
tree3cc967cbe11a6cdf85d0d9be10babbad77835687
parentcca6f3bb9ab5d047c689f8e868c4aa18aa5d282d
Change the other -Wtautological-compare warnings to not trigger in template
specializations.  Also switch to -Wuninitialized for a test case that depended
on a warning firing in template specializations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193906 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/PCH/pragma-diag-section.cpp
test/SemaCXX/compare.cpp