"Use other ctor with dtor decls!" assertion

Hi,

You can try to cast to (using dyn_cast(fd)) or check for (using isa(fd)) CXXConstructorDecl / CXXDestructorDecl. See clang.llvm.org/doxygen/classclan … dDecl.html

Cheers, Axel.