[all-commits] [llvm/llvm-project] 537d28: [clang-tid]fix modernize-use-auto incorrect fix hi...
Congcong Cai via All-commits
all-commits at lists.llvm.org
Fri Jan 12 08:31:50 PST 2024
Branch: refs/heads/users/ccc/77891-clang-tidy-check-modernize-use-auto-fails-on-pointer-to-array-types
Home: https://github.com/llvm/llvm-project
Commit: 537d283288f555c2bb7cff90aee89fe9b18f08b8
https://github.com/llvm/llvm-project/commit/537d283288f555c2bb7cff90aee89fe9b18f08b8
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2024-01-13 (Sat, 13 Jan 2024)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
Log Message:
-----------
[clang-tid]fix modernize-use-auto incorrect fix hints for pointer
avoid create incorrect fix hints for pointer to array type and pointer to function type
Fixes: #77891
More information about the All-commits
mailing list