[Lldb-commits] [PATCH] D97449: [Diagnose] Unify MCContext and LLVMContext diagnosing
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 1 15:12:05 PST 2021
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/MC/MCContext.h:67
class SourceMgr;
+ template <typename Fn> class function_ref;
----------------
With `std::function`, this can be dropped.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97449/new/
https://reviews.llvm.org/D97449
More information about the lldb-commits
mailing list