]> granicus.if.org Git - clang/commit
[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()
authorMartin Bohme <mboehme@google.com>
Tue, 9 Aug 2016 15:07:52 +0000 (15:07 +0000)
committerMartin Bohme <mboehme@google.com>
Tue, 9 Aug 2016 15:07:52 +0000 (15:07 +0000)
commite8aa1a2a0be336b5975327433851a7a807d420bf
tree7fbab59291298f3a80159dd97d3822d87032a3ee
parentecf27f00beed659c1978fedb10d731204ea32781
[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()

Summary: Required for D22220

Reviewers: sbenza, klimek, aaron.ballman, alexfh

Subscribers: alexfh, klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D23004

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278123 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp