[llvm] Add overload of DIBuilder::createArrayType (PR #125229)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 12:16:19 PST 2025
================
@@ -606,6 +606,35 @@ namespace llvm {
PointerUnion<DIExpression *, DIVariable *> Allocated = nullptr,
PointerUnion<DIExpression *, DIVariable *> Rank = nullptr);
+ /// Create debugging information entry for an array.
+ /// \param Scope Scope in which this enumeration is defined.
+ /// \param Name Union name.
+ /// \param File File where this member is defined.
+ /// \param LineNumber Line number.
----------------
dwblaikie wrote:
these 4 descriptions are differently aligned than the rest - could you line them up (one way or another)?
https://github.com/llvm/llvm-project/pull/125229
More information about the llvm-commits
mailing list