]> granicus.if.org Git - clang/commit
Add another case to the whitelist of cast kinds that can convert to bool.
authorJohn McCall <rjmccall@apple.com>
Tue, 16 Nov 2010 00:12:50 +0000 (00:12 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 16 Nov 2010 00:12:50 +0000 (00:12 +0000)
commit5082d34e4107a44ac7f07b62f7a6c917e0e6e71e
tree1c4ea49b1b332dd0a549b9c90724c16dc85cf3af
parentd1ded66c4eda8d170222071dec7ebba78bd86ea4
Add another case to the whitelist of cast kinds that can convert to bool.
Fixes PR8608.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119293 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
test/SemaCXX/references.cpp