[PATCH] D110576: [Demangle] Add support for D programming language
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 11:03:44 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/lib/Demangle/DLangDemangle.cpp:1862
+ bool SuffixModifiers) {
+ /* Qualified names are identifiers separated by their encoded length.
+ Nested functions also encode their argument types without specifying
----------------
For a block comment, `//` is preferred as well. https://llvm.org/docs/CodingStandards.html#comment-formatting
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110576/new/
https://reviews.llvm.org/D110576
More information about the llvm-commits
mailing list