Add an explicit operator bool conversion to DIDescriptor to make
authorEric Christopher <echristo@gmail.com>
Wed, 17 Jul 2013 22:53:05 +0000 (22:53 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 17 Jul 2013 22:53:05 +0000 (22:53 +0000)
commitb479870e89da4d2810ebc9dccf704f666e2b7248
tree49a13d529c32f42220c5a54e4077267cb3cf2255
parent3a7997516982117382b9023ea1176fd53caa948d
Add an explicit operator bool conversion to DIDescriptor to make
it clear what we want to do. Unfortunately the conversion to
pointer operator fires now instead and chasing down all of the
conversions and making them explicit and handled is a large task
so add a FIXME with it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186543 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo.h