dmpots wrote:
@JDevlieghere @jimingham @clayborg
Thanks for the comments. I updated the PR based on the initial feedback. We
still have a few open issues that could use a bit more feedback:
1. Are we ok to start with a static table of plugin namespaces or do we want
dynamic registration from
https://github.com/labath approved this pull request.
:ship:
https://github.com/llvm/llvm-project/pull/134759
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -18,6 +18,22 @@
namespace lldb_private::dil {
+static lldb::ValueObjectSP
+ArrayToPointerConversion(lldb::ValueObjectSP valobj,
+ std::shared_ptr ctx) {
+ assert(valobj->IsArrayType() &&
+ "an argument to array-to-pointer conversion must be
eaeltsin wrote:
Patched #135450 but still see the same MSan finding on my compilation -
uninitialized value while checking location validity in
`TranslateSourceLocation` called from `VisitSubstNonTypeTemplateParmExpr`.
Sorry but I'm not yet sure how to strip the reproducer from internal code s
101 - 104 of 104 matches
Mail list logo