https://github.com/0hDEADBEAF updated 
https://github.com/llvm/llvm-project/pull/158421

>From 87c580da49061e4363be247f1b3b4c9f961d21a5 Mon Sep 17 00:00:00 2001
From: 0hDEADBEAF <0xdeadb...@tutamail.com>
Date: Sat, 13 Sep 2025 12:54:22 +0200
Subject: [PATCH] Fixed documentation for modernize-make-shared clang-tidy
 check

---
 .../docs/clang-tidy/checks/modernize/make-shared.rst            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang-tools-extra/docs/clang-tidy/checks/modernize/make-shared.rst 
b/clang-tools-extra/docs/clang-tidy/checks/modernize/make-shared.rst
index 982138fc5e781..cd953e7ee394d 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/modernize/make-shared.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/modernize/make-shared.rst
@@ -37,7 +37,7 @@ Options
 .. option:: MakeSmartPtrFunctionHeader
 
    A string specifying the corresponding header of make-shared-ptr function.
-   Default is `memory`.
+   Default is `<memory>`.
 
 .. option:: IncludeStyle
 

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to