[all-commits] [llvm/llvm-project] 8a9d0f: [Support] Add WrappedError class
aokblast via All-commits
all-commits at lists.llvm.org
Thu Apr 16 06:59:15 PDT 2026
Branch: refs/heads/users/aokblast/support/error/add_wrapped_error
Home: https://github.com/llvm/llvm-project
Commit: 8a9d0f98a88e398947a6181f93a3017256d10999
https://github.com/llvm/llvm-project/commit/8a9d0f98a88e398947a6181f93a3017256d10999
Author: ShengYi Hung <aokblast at FreeBSD.org>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M llvm/include/llvm/Support/Error.h
M llvm/lib/Support/Error.cpp
M llvm/unittests/Support/ErrorTest.cpp
Log Message:
-----------
[Support] Add WrappedError class
The error consumer filters duplicate errors based on a portion of the
error message. Introduce a new Error kind that carries a prefix string
to support this use case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list