]> granicus.if.org Git - clang/commit
Make hasDeclaration() matcher work inside the memberExpr() matcher.
authorDaniel Jasper <djasper@google.com>
Tue, 23 Oct 2012 15:46:39 +0000 (15:46 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 23 Oct 2012 15:46:39 +0000 (15:46 +0000)
commitc711af2ddbbb1d46223cc9379d32a203fb5bc7f4
tree9381fb8f504206785b39d1c6413d22a5a0b1ab94
parentac2153e5187fa46b37bc2db582926e05fdb28262
Make hasDeclaration() matcher work inside the memberExpr() matcher.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166479 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
unittests/ASTMatchers/ASTMatchersTest.cpp