]> granicus.if.org Git - clang/commit
Implements multiple parents in the parent map.
authorManuel Klimek <klimek@google.com>
Thu, 6 Dec 2012 14:42:48 +0000 (14:42 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 6 Dec 2012 14:42:48 +0000 (14:42 +0000)
commit30ace3715015b4a9bc5fa538a6515481abed40f9
tree343538bc68410142c2bed681e6d88337908b7ec5
parent6781415fa6d98aed548e84a70f1cd3ec31bba7d3
Implements multiple parents in the parent map.

Previously we would match the last visited parent, which in the
case of template instantiations was the last instantiated template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ASTMatchers/ASTMatchFinder.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp