llvm-project
4326f68a - [ASTMatchers][NFC] Replace `makeMatcher` function with CTAD (#147197)

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.
Author
Parents
Loading