[clang] [lld] [llvm] [mlir] [LLVM][Windows] Elide `PrettyStackTrace` output for usage errors (PR #140956)
via cfe-commits
cfe-commits at lists.llvm.org
Thu May 22 09:01:26 PDT 2025
================
@@ -744,7 +744,7 @@ template <class T> class [[nodiscard]] Expected {
/// @deprecated Use reportFatalInternalError() or reportFatalUsageError()
/// instead.
[[noreturn]] LLVM_ABI void report_fatal_error(Error Err,
- bool gen_crash_diag = true);
+ bool GenCrashDiag = true);
----------------
bd1976bris wrote:
Done.
https://github.com/llvm/llvm-project/pull/140956
More information about the cfe-commits
mailing list