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

Richard via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 29 14:53:49 PST 2016


In article <CAAt6xTtGUG2wk+9kRkOS15jHKtHYL8W=JmLLoYCVvMRQN9SpDQ at mail.gmail.com>,
    Aaron Ballman <aaron at aaronballman.com> writes:

> 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.

I looked at the error, but I don't understand what to do about it.

There's too much macro-crazy overload junk in ASTMatchers.h for me to
know what the fix is based on the error.
-- 
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
     The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
         The Terminals Wiki <http://terminals.classiccmp.org>
  Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>


More information about the cfe-commits mailing list