Author: Kai Nacke Date: 2026-03-13T18:58:03-04:00 New Revision: a254ca595ae00d093d7f4725ddff67b1372f4c46
URL: https://github.com/llvm/llvm-project/commit/a254ca595ae00d093d7f4725ddff67b1372f4c46 DIFF: https://github.com/llvm/llvm-project/commit/a254ca595ae00d093d7f4725ddff67b1372f4c46.diff LOG: Remove unicode character from AttrDocs.td (#186521) PR #185225 introduced a single unicode character, which is the only unicode character in this file. Change this to a ASCII/Latin1 letter. Added: Modified: clang/include/clang/Basic/AttrDocs.td Removed: ################################################################################ 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 diff erent 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
