[PATCH] D111414: [Demangle] Add minimal support for D programming language
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 1 16:57:58 PDT 2021
dblaikie added inline comments.
================
Comment at: llvm/lib/Demangle/DLangDemangle.cpp:10
+/// \file
+/// This file defines a demangler for D programming language as specified in the
+/// ABI specification, available at:
----------------
ljmf00 wrote:
> jhenderson wrote:
> >
> Done
Looks like this got mangled - ended up as "the for D programming language"" rather than "for the D programming language".
But I'll probably leave the review for @jhenderson to come back around and check their feedback's been addressed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111414/new/
https://reviews.llvm.org/D111414
More information about the llvm-commits
mailing list