[all-commits] [llvm/llvm-project] e377c8: Implement dynamic mapAnyOf in terms of ASTNodeKinds
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Wed Jan 20 07:58:09 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e377c8eeb4aa2eb239a651f1fe12c27fc77deda3
https://github.com/llvm/llvm-project/commit/e377c8eeb4aa2eb239a651f1fe12c27fc77deda3
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-01-20 (Wed, 20 Jan 2021)
Changed paths:
M clang/lib/ASTMatchers/Dynamic/Marshallers.h
Log Message:
-----------
Implement dynamic mapAnyOf in terms of ASTNodeKinds
This reduces template bloat, but more importantly, makes it possible to
construct one from clang-query without template types.
Differential Revision: https://reviews.llvm.org/D94879
More information about the All-commits
mailing list