[lldb-dev] Error in object runtime language detection code (spurious '; ')
Jean-Daniel Dupas
devlists at shadowlab.org
Tue Sep 28 08:41:00 PDT 2010
In ValueObject::GetObjectRuntimeLanguage(), there is a spurious ';' after an if statement which is interpreted as an empty if body instead of the actual if body.
This patch also replace false by NULL in a place where the compiler expects a pointer instead of a bool.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixup.patch
Type: application/octet-stream
Size: 931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100928/e90f8cd9/attachment.obj>
-------------- next part --------------
-- Jean-Daniel
More information about the lldb-dev
mailing list