llvm-project
4326f68a
- [ASTMatchers][NFC] Replace `makeMatcher` function with CTAD (#147197)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
80 days ago
[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.
References
#147197 - [ASTMatchers][NFC] Replace `makeMatcher` function with CTAD
Author
localspook
Parents
b7175685
Loading