]> granicus.if.org Git - clang/commit
[analyzer] Put back DefaultBool's implicit conversion to bool.
authorJordan Rose <jordan_rose@apple.com>
Wed, 15 May 2013 18:08:15 +0000 (18:08 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 15 May 2013 18:08:15 +0000 (18:08 +0000)
commitcce70c7c5f0f4c1a41658fbed845f8b3a565c99c
tree8cc167091a7680d8a28ebae3ca62b570821d76e3
parent14040142a3b3c1029092bc1f7c51e347c3fa8f89
[analyzer] Put back DefaultBool's implicit conversion to bool.

DefaultBool is basically just "bool with a default constructor", so it
really should implicitly convert to bool. In fact, it should convert to
bool&, so that it could be passed to functions that take bools by reference.

This time, mark the operator bool& as implicit to promise that it's
deliberate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181908 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/Checker.h