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.
fixup.patch
Description: Binary data
-- Jean-Daniel
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
