llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Kai Nacke (redstar)

<details>
<summary>Changes</summary>

PR #<!-- -->185225 introduced a single unicode character, which is the only 
unicode character in this file. Change this to a ASCII/Latin1 letter.

---
Full diff: https://github.com/llvm/llvm-project/pull/186521.diff


1 Files Affected:

- (modified) clang/include/clang/Basic/AttrDocs.td (+1-1) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/186521
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to