[ASTMatchers] Ignore parts of BindingDecls which are not spelled in source
authorStephen Kelly <steveire@gmail.com>
Sat, 30 Jan 2021 16:19:43 +0000 (16:19 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 2 Feb 2021 14:23:13 +0000 (14:23 +0000)
commit9e5fc578f99aaa3f01374d3f09fda75fa7d0239e
tree1c8c33adaef0d91210edb8d0747c58c9f8dbcd6f
parent4f1320b77d1780dd7532f8ca8b123c13ab55bf1a
[ASTMatchers] Ignore parts of BindingDecls which are not spelled in source

Differential Revision: https://reviews.llvm.org/D95740
clang/include/clang/AST/ASTNodeTraverser.h
clang/lib/ASTMatchers/ASTMatchFinder.cpp
clang/unittests/AST/ASTTraverserTest.cpp
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp