The call to HostInfoMacOSX::GetSDKRoot can noticeably slow down the first
expression evaluation in an LLDB session. For C++ expressions we don't
actually ever use the results of the ClangDeclVendor, so getting the
flags right isn't necessary. Thus skip SDK parsing logic for C++
targets.
An alternative would be to entirely omit the setup of the
ClangDeclVendor (and other Objective-C machinery) for C++ targets.