[all-commits] [llvm/llvm-project] 38268e: [clang-tidy] Support direct initialization in mode...
Liu Ke via All-commits
all-commits at lists.llvm.org
Mon Sep 1 01:33:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38268ecab94b90a2eea6c62c5911679d93954651
https://github.com/llvm/llvm-project/commit/38268ecab94b90a2eea6c62c5911679d93954651
Author: Liu Ke <liuke.gehry at bytedance.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.h
M clang-tools-extra/test/clang-tidy/checkers/modernize/make-shared.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/make-unique.cpp
Log Message:
-----------
[clang-tidy] Support direct initialization in modernize smart pointer (#154732)
Support for direct initialization detection in modernize smart pointer checks.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list