[PATCH] D142556: [DebugInfo] Merge partially matching chains of inlined locations
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 00:39:59 PST 2023
dstenb marked an inline comment as done.
dstenb added inline comments.
================
Comment at: llvm/lib/IR/DebugInfoMetadata.cpp:194
+
+ return static_cast<DIScope *>(nullptr);
+ };
----------------
dblaikie wrote:
> Probably add an explicit return type to the lambda, rather than a cast on the return expression here.
Sorry, I did not catch this comment!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142556/new/
https://reviews.llvm.org/D142556
More information about the llvm-commits
mailing list