[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.
Summary: I needed to know whether a FieldDecl had an in-class initializer for D26453. I used a narrowing matcher there, but a traversal matcher might be generally useful. Reviewers: sbenza, bkramer, klimek, aaron.ballman Subscribers: aaron.ballman, Prazek, cfe-commits Differential Revision: https://reviews.llvm.org/D28034 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290492 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/LibASTMatchersReference.html 16 additions, 0 deletionsdocs/LibASTMatchersReference.html
- include/clang/ASTMatchers/ASTMatchers.h 21 additions, 0 deletionsinclude/clang/ASTMatchers/ASTMatchers.h
- lib/ASTMatchers/Dynamic/Registry.cpp 1 addition, 0 deletionslib/ASTMatchers/Dynamic/Registry.cpp
- unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp 10 additions, 0 deletionsunittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Loading
Please register or sign in to comment