labath marked 3 inline comments as done. labath added inline comments.
================ Comment at: source/Plugins/Language/CPlusPlus/LibCxxVector.cpp:301-304 + TypeImpl type = valobj_sp->GetTypeImpl(); + if (!type.IsValid()) + return nullptr; + CompilerType compiler_type = type.GetCompilerType(false); ---------------- tberghammer wrote: > Is there a reason you are not using ValueObject::GetCompilerType()? Because I did not know it exists. :) https://reviews.llvm.org/D31880 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits