Re: r260277 - Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious

2016-02-10 Thread Manuel Klimek via cfe-commits
On Wed, Feb 10, 2016 at 10:04 AM Manuel Klimek wrote: > On Tue, Feb 9, 2016 at 10:03 PM Richard Smith via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: rsmith >> Date: Tue Feb 9 14:59:05 2016 >> New Revision: 260277 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=260277&view

Re: r260277 - Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious

2016-02-10 Thread Manuel Klimek via cfe-commits
On Tue, Feb 9, 2016 at 10:03 PM Richard Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: rsmith > Date: Tue Feb 9 14:59:05 2016 > New Revision: 260277 > > URL: http://llvm.org/viewvc/llvm-project?rev=260277&view=rev > Log: > Simplify and rename ASTMatchFinder's getCXXRecordDec

r260277 - Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious

2016-02-09 Thread Richard Smith via cfe-commits
Author: rsmith Date: Tue Feb 9 14:59:05 2016 New Revision: 260277 URL: http://llvm.org/viewvc/llvm-project?rev=260277&view=rev Log: Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obvious what it's actually trying to do. Modified: cfe/trunk/lib/ASTMatchers/ASTMatchFinde