diff options
author | Victor Chernyakin <chernyakin.victor.j@outlook.com> | 2025-07-12 04:12:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-12 14:12:02 +0300 |
commit | 4326f68acbb12d21bc0c139c9b7f0a74a9ec8b69 (patch) | |
tree | 501f1f5d7491e19cc5ac7358ce3efade280ce3c1 /clang/lib/Basic/SourceManager.cpp | |
parent | b71756852f5a41b35a74918374a11ae00365ee04 (diff) | |
download | llvm-4326f68acbb12d21bc0c139c9b7f0a74a9ec8b69.zip llvm-4326f68acbb12d21bc0c139c9b7f0a74a9ec8b69.tar.gz llvm-4326f68acbb12d21bc0c139c9b7f0a74a9ec8b69.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions