Remove TypedMatcherOps from VariantValue
authorStephen Kelly <steveire@gmail.com>
Sun, 17 Jan 2021 16:26:02 +0000 (16:26 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 19 Jan 2021 22:39:58 +0000 (22:39 +0000)
commit8d112a8eda9d78bc4c97cf7bc9e133afae7b6eed
tree87402973b6d59c7f93dc45dfc30227ff1ba98125
parent18e093faf726d15f210ab4917142beec51848258
Remove TypedMatcherOps from VariantValue

It provides no features or advantage over ASTNodeKind-based handling.

Differential Revision: https://reviews.llvm.org/D94876
clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
clang/lib/ASTMatchers/Dynamic/VariantValue.cpp