[PATCH] D51033: [DWARF] Move error printing from DWARF classes to Support library. NFC.
Victor Leschuk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 05:25:47 PDT 2018
vleschuk added inline comments.
================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDebugLine.h:252
const DWARFContext &Ctx, const DWARFUnit *U,
- std::function<void(Error)> RecoverableErrorCallback = warn,
+ std::function<void(Error)> RecoverableErrorCallback = DisplayWarning,
raw_ostream *OS = nullptr);
----------------
I know that this exceeds 80 chars per line, but that's what clang-format suggested.
Repository:
rL LLVM
https://reviews.llvm.org/D51033
More information about the llvm-commits
mailing list