We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ead21 commit addf991Copy full SHA for addf991
clang/lib/ASTMatchers/Dynamic/Marshallers.h
@@ -936,7 +936,7 @@ class MapAnyOfMatcherDescriptor : public MatcherDescriptor {
936
937
public:
938
MapAnyOfMatcherDescriptor(ASTNodeKind CladeNodeKind,
939
- std::vector<ASTNodeKind> NodeKinds)
+ const std::vector<ASTNodeKind>& NodeKinds)
940
: CladeNodeKind(CladeNodeKind), NodeKinds(NodeKinds) {}
941
942
VariantMatcher create(SourceRange NameRange, ArrayRef<ParserValue> Args,
0 commit comments