[Lldb-commits] [PATCH] D110578: [lldb] Add support for D programming language
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 28 09:01:35 PDT 2021
teemperor accepted this revision.
teemperor added a comment.
Do you have commit access or should someone land this for you?
================
Comment at: lldb/include/lldb/Core/Mangled.h:48
+ eManglingSchemeRustV0,
+ eManglingSchemeD
};
----------------
Nit which can be fixed when landing (so no need to update this revision): Could we add a trailing comma here just to keep the (future) git blame a bit cleaner once we get patches that add E, F, G, etc. support.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110578/new/
https://reviews.llvm.org/D110578
More information about the lldb-commits
mailing list