]> granicus.if.org Git - clang/commit
Move the code for converting a member pointer to a bool so that it is usable
authorEli Friedman <eli.friedman@gmail.com>
Fri, 11 Dec 2009 09:26:29 +0000 (09:26 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 11 Dec 2009 09:26:29 +0000 (09:26 +0000)
commit3a1737030e3c8d209987325c61dacb8e4a65123b
tree9c4d92cf43ec589d0b250d145c0100e0da933168
parentb81c786de58ce484230dc04f9a7c78bc48990106
Move the code for converting a member pointer to a bool so that it is usable
for logical not.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91112 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
test/CodeGenCXX/member-function-pointers.cpp