https://github.com/redstar created https://github.com/llvm/llvm-project/pull/186521
PR #185225 introduced a single unicode character, which is the only unicode character in this file. Change this to a ASCII/Latin1 letter. >From 20d7ae2923a812da186beae741a4e1b0f8b5235e Mon Sep 17 00:00:00 2001 From: Kai Nacke <[email protected]> Date: Fri, 13 Mar 2026 17:44:48 -0400 Subject: [PATCH] Remove unicode character from AttrDocs.td PR #185225 introduced a single unicode character, which is the only unicode character in this file. Change this to a ASCII/Latin1 letter. --- clang/include/clang/Basic/AttrDocs.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 43f827b4c60ee..718df8c7154a2 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -9884,7 +9884,7 @@ def PersonalityDocs : Documentation { routine that is different from the language that is being used to implement the function. This is a targeted, low-level feature aimed at language runtime implementors who write runtime support code in C/C++ but need that code to -participate in a foreign languageās exception-handling or unwinding model. +participate in a foreign language's exception-handling or unwinding model. A personality routine is a language-specific callback attached to each stack frame that the unwinder invokes to determine whether that frame handles a given _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
