[all-commits] [llvm/llvm-project] 4326f6: [ASTMatchers][NFC] Replace `makeMatcher` function ...
Victor Chernyakin via All-commits
all-commits at lists.llvm.org
Sat Jul 12 04:12:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4326f68acbb12d21bc0c139c9b7f0a74a9ec8b69
https://github.com/llvm/llvm-project/commit/4326f68acbb12d21bc0c139c9b7f0a74a9ec8b69
Author: Victor Chernyakin <chernyakin.victor.j at outlook.com>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
M clang/include/clang/ASTMatchers/ASTMatchersMacros.h
M clang/lib/Tooling/Transformer/RewriteRule.cpp
Log Message:
-----------
[ASTMatchers][NFC] Replace `makeMatcher` function with CTAD (#147197)
C++17's CTAD obsoletes `makeMatcher` (and many `make*` functions like
it).
The deduction guide is written out explicitly to avoid
`-Wctad-maybe-unsupported` warnings.
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