Re: Add hasInClassInitializer matcher

2016-03-02 Thread Aaron Ballman via cfe-commits
On Wed, Mar 2, 2016 at 4:14 PM, Julian Bangert wrote: > Here is a patch to SVN with the requested changes (documentation, renamed > and added to registry): LGTM! ~Aaron > > Index: docs/LibASTMatchersReference.html > === > --- docs/

Re: Add hasInClassInitializer matcher

2016-03-02 Thread Julian Bangert via cfe-commits
Here is a patch to SVN with the requested changes (documentation, renamed and added to registry): Index: docs/LibASTMatchersReference.html === --- docs/LibASTMatchersReference.html (revision 262512) +++ docs/LibASTMatchersReference.ht

Re: Add hasInClassInitializer matcher

2016-03-02 Thread Julian Bangert via cfe-commits
In case my MUA messed up the formatting, see the attached On Wed, Mar 2, 2016 at 1:14 PM Julian Bangert wrote: > Here is a patch to SVN with the requested changes (documentation, renamed > and added to registry): > > Index: docs/LibASTMatchersReference.html >

Re: Add hasInClassInitializer matcher

2016-03-02 Thread Richard Smith via cfe-commits
On Wed, Mar 2, 2016 at 12:06 PM, Aaron Ballman via cfe-commits wrote: > On Wed, Mar 2, 2016 at 2:01 PM, Julian Bangert via cfe-commits > wrote: >> This adds a matcher for C++ in Class initializers. >> >> --- >> include/clang/ASTMatchers/ASTMatchers.h | 14 ++ >> unittests/ASTMatche

Re: Add hasInClassInitializer matcher

2016-03-02 Thread Aaron Ballman via cfe-commits
On Wed, Mar 2, 2016 at 2:01 PM, Julian Bangert via cfe-commits wrote: > This adds a matcher for C++ in Class initializers. > > --- > include/clang/ASTMatchers/ASTMatchers.h | 14 ++ > unittests/ASTMatchers/ASTMatchersTest.cpp | 7 +++ > 2 files changed, 21 insertions(+) > > dif

Add hasInClassInitializer matcher

2016-03-02 Thread Julian Bangert via cfe-commits
This adds a matcher for C++ in Class initializers. --- include/clang/ASTMatchers/ASTMatchers.h | 14 ++ unittests/ASTMatchers/ASTMatchersTest.cpp | 7 +++ 2 files changed, 21 insertions(+) diff --git a/include/clang/ASTMatchers/ASTMatchers.h b/include/clang/ASTMatchers/ASTMatc