teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.

Ok, no more complaints from my side. LGTM



================
Comment at: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:1256
+      name,
+      parent_desc ? const_cast<clang::Module *>(parent_desc->getModuleOrNull())
+                  : nullptr,
----------------
aprantl wrote:
> here ^^
True, it seems we can't fix that. Also the ExternalASTSource uses non-const 
modules, so I guess that's fine then.


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

https://reviews.llvm.org/D75488



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

Reply via email to