Re: r261008 - Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher.

2019-08-22 Thread Aaron Ballman via cfe-commits
On Thu, Aug 22, 2019 at 1:13 PM Aaron Ballman wrote: > > On Thu, Aug 22, 2019 at 12:58 PM Richard Smith wrote: > > > > (Sorry for the very late review!) > > > > On Tue, 16 Feb 2016 at 13:06, Aaron Ballman via cfe-commits > > wrote: > >> > >> Author: aaronballman > >> Date: Tue Feb 16 15:02:23 2

Re: r261008 - Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher.

2019-08-22 Thread Aaron Ballman via cfe-commits
On Thu, Aug 22, 2019 at 12:58 PM Richard Smith wrote: > > (Sorry for the very late review!) > > On Tue, 16 Feb 2016 at 13:06, Aaron Ballman via cfe-commits > wrote: >> >> Author: aaronballman >> Date: Tue Feb 16 15:02:23 2016 >> New Revision: 261008 >> >> URL: http://llvm.org/viewvc/llvm-project

Re: r261008 - Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher.

2019-08-22 Thread Richard Smith via cfe-commits
(Sorry for the very late review!) On Tue, 16 Feb 2016 at 13:06, Aaron Ballman via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: aaronballman > Date: Tue Feb 16 15:02:23 2016 > New Revision: 261008 > > URL: http://llvm.org/viewvc/llvm-project?rev=261008&view=rev > Log: > Add a nullPoi

r261008 - Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher.

2016-02-16 Thread Aaron Ballman via cfe-commits
Author: aaronballman Date: Tue Feb 16 15:02:23 2016 New Revision: 261008 URL: http://llvm.org/viewvc/llvm-project?rev=261008&view=rev Log: Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher. Modified: cfe/trunk/docs/LibASTMatchersReference.h