Add an AST matcher for CastExpr kind
Summary: This AST matcher will match a given CastExpr kind. It's an narrowing matcher on CastExpr. Reviewers: klimek, alexfh, sbenza, aaron.ballman Subscribers: Prazek, jroelofs, aaron.ballman, klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D19871 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269460 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/LibASTMatchersReference.html 9 additions, 0 deletionsdocs/LibASTMatchersReference.html
- include/clang/ASTMatchers/ASTMatchers.h 11 additions, 0 deletionsinclude/clang/ASTMatchers/ASTMatchers.h
- lib/ASTMatchers/Dynamic/Marshallers.h 22 additions, 0 deletionslib/ASTMatchers/Dynamic/Marshallers.h
- lib/ASTMatchers/Dynamic/Registry.cpp 1 addition, 0 deletionslib/ASTMatchers/Dynamic/Registry.cpp
- unittests/ASTMatchers/ASTMatchersTest.cpp 9 additions, 0 deletionsunittests/ASTMatchers/ASTMatchersTest.cpp
Loading
Please register or sign in to comment