[PATCH] D89218: [DebugInfo] Support for DW_TAG_generic_subrange
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 23:53:03 PDT 2020
djtodoro added inline comments.
================
Comment at: llvm/lib/AsmParser/LLParser.h:181
- bool Error(LocTy L, const Twine &Msg) const {
+ bool error(LocTy L, const Twine &Msg) const {
return Lex.Error(L, Msg);
----------------
This should be a separate (NFC) patch. What is the motivation for this? Does this follow the https://llvm.org/docs/ProgrammersManual.html?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89218/new/
https://reviews.llvm.org/D89218
More information about the llvm-commits
mailing list