https://github.com/Alcaro created https://github.com/llvm/llvm-project/pull/67103
None >From 59f00d06056ff88acf014c339d64ac3c3ec85466 Mon Sep 17 00:00:00 2001 From: Alcaro <float...@muncher.se> Date: Fri, 22 Sep 2023 11:08:56 +0200 Subject: [PATCH] docs: Fix misplaced apostrophe --- 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 c3fe7cea29afbf1..b13baa46754cfd4 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -1163,7 +1163,7 @@ caveats to this use of name mangling: * The ``overloadable`` attribute has almost no meaning when used in C++, because names will already be mangled and functions are already overloadable. However, when an ``overloadable`` function occurs within an ``extern "C"`` - linkage specification, it's name *will* be mangled in the same way as it + linkage specification, its name *will* be mangled in the same way as it would in C. For the purpose of backwards compatibility, at most one function with the same _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits