]> granicus.if.org Git - clang/commit
Move the warning for different enum comparisons and the warning for using NULL as...
authorRichard Trieu <rtrieu@google.com>
Fri, 2 Sep 2011 03:48:46 +0000 (03:48 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 2 Sep 2011 03:48:46 +0000 (03:48 +0000)
commite648ac33e52c0c28914abdf8969b01ccf892924f
tree76c5c87dcac1c602b71ccf802a967418b87badb7
parent7be1be0d5e1395f9a05ed90379f4940d54646245
Move the warning for different enum comparisons and the warning for using NULL as a non-pointer in a binary operation into separate functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138995 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp