[PATCH] D138939: [WIP][clang] adds a way to provide user-oriented reasons
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 1 06:16:07 PST 2022
tschuett added a comment.
Maybe `void FormatDiagnostic(SmallVectorImpl<char> &OutStr, DiagnosticMode mode)`instead of `void FormatDiagnostic(SmallVectorImpl<char> &OutStr)`?
To make the transition easer and future proof.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138939/new/
https://reviews.llvm.org/D138939
More information about the cfe-commits
mailing list