arphaman added inline comments.
================ Comment at: lib/Tooling/ASTDiff/ASTDiff.cpp:428 + Value += getRelativeName(V) + "(" + V->getType().getAsString(TypePP) + ")"; + if (auto *C = dyn_cast<CXXConstructorDecl>(D)) { + for (auto *Init : C->inits()) { ---------------- It looks like you're doing a lot of work for constructors here, but I don't seem them tested in this patch. https://reviews.llvm.org/D36186 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits