[PATCH] D74481: [Debuginfo][NFC] Create common error handlers for DWARFContext.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 08:28:40 PST 2020
avl marked an inline comment as done.
avl added inline comments.
================
Comment at: llvm/include/llvm/Support/WithColor.h:113-114
+
+ static void defaultErrorHandler(Error Err);
+ static void defaultWarningHandler(Error Warning);
};
----------------
jhenderson wrote:
> Please add some comments for these functions.
Will add with separate review. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74481/new/
https://reviews.llvm.org/D74481
More information about the llvm-commits
mailing list