[clang-tools-extra] WIP: [clang-tidy] Add SmartPtrName to MakeSmartPtrCheck for flexible … (PR #117529)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 25 07:47:07 PST 2024


================
@@ -26,6 +26,9 @@ namespace clang::tidy::modernize {
 /// For the user-facing documentation see:
 /// http://clang.llvm.org/extra/clang-tidy/checks/modernize/make-shared.html
 class MakeSharedCheck : public MakeSmartPtrCheck {
+private:
+  const StringRef MakeSmartPtrType;
----------------
PiotrZSL wrote:

duplicate

https://github.com/llvm/llvm-project/pull/117529


More information about the cfe-commits mailing list