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)
commita4e2dafd247f3cbbf5ea89457e6e2570705ff2e3
treec40a34cd8c501968b579be278736689f6469a706
parentffdeb1eb038ff58bff5b7914f8974509e9cb6080
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.

llvm-svn: 186543
llvm/include/llvm/DebugInfo.h