Eugene.Zelenko added inline comments.
================ Comment at: clang-tools-extra/clang-doc/Mapper.cpp:32 + // Skip function-internal decls. + if (const auto *F = D->getParentFunctionOrMethod()) + return true; ---------------- Type is not easily deducible, so please don't use auto. https://reviews.llvm.org/D48908 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits