r259210 - Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 29 10:31:02 PST 2016


On Fri, Jan 29, 2016 at 1:28 PM, Hans Wennborg <hans at chromium.org> wrote:
> This broke tests:
>
> http://bb.pgr.jp/builders/cmake-clang-x86_64-linux/builds/44018/steps/test_clang/logs/Clang-Unit%20%3A%3A%20ASTMatchers__Dynamic__DynamicASTMatchersTests__RegistryTest.Errors
>
> I've reverted it in r259218.

Strange, I did not get an email notification about that failure. Thank
you for reverting to green. Richard, can you look into this? I'm
happy to re-commit whenever you resolve the issue.

~Aaron

>
> Thanks,
> Hans
>
>
> On Fri, Jan 29, 2016 at 9:03 AM, Aaron Ballman via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>> Author: aaronballman
>> Date: Fri Jan 29 11:03:11 2016
>> New Revision: 259210
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=259210&view=rev
>> Log:
>> Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes.
>>
>> Patch by Richard Thomson
>>
>> Modified:
>>     cfe/trunk/docs/LibASTMatchersReference.html
>>     cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
>>     cfe/trunk/include/clang/ASTMatchers/ASTMatchersInternal.h
>>     cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
>>     cfe/trunk/unittests/ASTMatchers/ASTMatchersTest.cpp


More information about the cfe-commits mailing list