================ @@ -30,6 +35,7 @@ template <typename T> bool MapASTVisitor::mapDecl(const T *D) { if (D->getParentFunctionOrMethod()) return true; + llvm::timeTraceProfilerBegin("emit info phase", "emit info"); ---------------- ilovepi wrote:
nit: try to be consistent w/ the logging style and capitalization of your messages. It seems to be all over the place. More concretely, though, what does `emit info` mean/imply here? https://github.com/llvm/llvm-project/pull/97644 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits