A problem with forEachConstructorInitializer

Yes, for instance, I ported back the matcher parmVarDecl and it seemed to work fine (although right now is not working in the matcher

recordDecl(hasMethod(has(parmVarDecl(hasName(“x”)))))

and I don’t know why).

However, it seems not possible to port back the matchers ctorInitializer or forEachConstructorInitializer as some files need to be changed… and this is a problem to me.

  1. Is there a site where I can find the steps to correctly update clang to the version 3.4?
  2. Has anyone been able to fix at least these matchers?

Thanks,

Pedro.

El día 26 sep 2013 23:54, Gabor Kozar kozargabor@gmail.com escribió:

If you’re using matchers, I strongly suggest to use clang’s trunk…