[PATCH] D111414: [Demangle] Add minimal support for D programming language
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 04:10:47 PDT 2021
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, modulo the previously-discussed licensing question - have you heard anything from the LLVM foundation board yet?
================
Comment at: llvm/lib/Demangle/DLangDemangle.cpp:39
+
+ // OutputBuffer internal buffer is not null terminated and therefore we need
+ // to add it to comply with C null terminated strings.
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111414/new/
https://reviews.llvm.org/D111414
More information about the llvm-commits
mailing list