[Lldb-commits] [PATCH] D138939: [WIP][clang] adds a way to provide user-oriented reasons
Thorsten via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 2 01:14:58 PST 2022
tschuett added a comment.
Then Sarif was a distraction. Still to reduce boilerplate and for A/B testing:
enum class DiagnosticMode {
Legacy,
UserOriented,
Default = Legacy
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138939/new/
https://reviews.llvm.org/D138939
More information about the lldb-commits
mailing list