]> granicus.if.org Git - clang/commit
Add isAnyPointer() matchers. Register missing matchers.
authorFelix Berger <flx@google.com>
Mon, 15 Feb 2016 04:00:39 +0000 (04:00 +0000)
committerFelix Berger <flx@google.com>
Mon, 15 Feb 2016 04:00:39 +0000 (04:00 +0000)
commit8d73f3b19e77b34eed36f13817eb966e9dad2bb5
tree4fbf430440f722178b914710c83419cc4b9d52b6
parente99046b20f3965391fc16ff67037745b7d315e45
Add isAnyPointer() matchers. Register missing matchers.

Summary:
The isAnyPointer() matcher is useful for http://reviews.llvm.org/D15623.

Reviewers: alexfh, klimek

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D15819

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