]> granicus.if.org Git - clang/commit
Various additions to ASTMatcher library:
authorEdwin Vane <edwin.vane@intel.com>
Mon, 25 Feb 2013 20:43:32 +0000 (20:43 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Mon, 25 Feb 2013 20:43:32 +0000 (20:43 +0000)
commit742d9e77e32f014194679575c97c6bb4fd0998c4
tree9e2daa162742d5c9d211730eb7724a358a848b39
parentc2833111020d7a672bb4b547799fcd87ea4f8fb5
Various additions to ASTMatcher library:

New type matchers:
* recordType
* elaboratedType

New narrowing matchers:
* hasQualifier
* namesType
* hasDeclContext

Added tests and updated LibASTMatchersReference.

Reviewers: klimek

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