[ASTMatchers] Add static constructor for ArgKinds of Matchers
authorStephen Kelly <steveire@gmail.com>
Sat, 6 Feb 2021 16:23:30 +0000 (16:23 +0000)
committerStephen Kelly <steveire@gmail.com>
Sun, 7 Feb 2021 13:43:04 +0000 (13:43 +0000)
commit79fedadd6af84701e8c873c8d7b507e323d15a5e
tree870e616e4495a2da9b5637aa810495aadf3ddb36
parent86dabf4226af2dac9c62468ff5000ea93cbec764
[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.
clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
clang/lib/ASTMatchers/Dynamic/Marshallers.h
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/lib/ASTMatchers/Dynamic/VariantValue.cpp