]> granicus.if.org Git - clang/commit
Adds the equalsBoundNode matcher.
authorManuel Klimek <klimek@google.com>
Thu, 20 Jun 2013 14:06:32 +0000 (14:06 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 20 Jun 2013 14:06:32 +0000 (14:06 +0000)
commitcf52ca6bb6dd76a1bd967bc422287fafafa1e45a
treee741a09d1f745b6ee66cbe35fb340f16027581ad
parent8afa39b271d94969891dba014e0fc545b4873479
Adds the equalsBoundNode matcher.

Most of the tests contributed by Edwin Vane.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184427 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/AST/ASTTypeTraits.h
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
lib/AST/ASTTypeTraits.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp