]> granicus.if.org Git - clang/commit
Change (!ptr != 0) to (!ptr) to make the code more readable.
authorRichard Trieu <rtrieu@google.com>
Fri, 12 Oct 2012 17:48:40 +0000 (17:48 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 12 Oct 2012 17:48:40 +0000 (17:48 +0000)
commit47fcbba7c8f621535ed7fa632327264c1c0b84f0
tree9fb3b50119868c11464bbfc940d622d6e32396e3
parentf4deaef8b816bd43258c30fe8e657ab041b675ad
Change (!ptr != 0) to (!ptr) to make the code more readable.
No functional change.

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