[clang-tools-extra] [cland-tidy][NFC] Fixed documentation for modernize-make-unique check (PR #158421)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 13 04:56:45 PDT 2025
https://github.com/0hDEADBEAF updated https://github.com/llvm/llvm-project/pull/158421
>From 87c580da49061e4363be247f1b3b4c9f961d21a5 Mon Sep 17 00:00:00 2001
From: 0hDEADBEAF <0xdeadbeaf at 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
More information about the cfe-commits
mailing list