[all-commits] [llvm/llvm-project] 79feda: [ASTMatchers] Add static constructor for ArgKinds ...
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sun Feb 7 06:00:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79fedadd6af84701e8c873c8d7b507e323d15a5e
https://github.com/llvm/llvm-project/commit/79fedadd6af84701e8c873c8d7b507e323d15a5e
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-07 (Sun, 07 Feb 2021)
Changed paths:
M clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
M clang/lib/ASTMatchers/Dynamic/Marshallers.h
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
Log Message:
-----------
[ASTMatchers] Add static constructor for ArgKinds of Matchers
It will soon be possible to store a node kind in an ArgKind, which will
also be contructed with an ASTNodeKind. The desired Kind must be
expicit.
More information about the All-commits
mailing list