shafik added a comment.

In D108257#2950994 <https://reviews.llvm.org/D108257#2950994>, @aprantl wrote:

> If getType() doesn't trigger type completion then this LGTM!

AFAICT the call to `getType` end up in `ValueDecl`:

  QualType getType() const { return DeclType; }

and this is just returning a field.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108257/new/

https://reviews.llvm.org/D108257

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to