[clang] [analyzer] Add time-trace scopes for high-level analyzer steps (PR #125508)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 3 09:05:01 PST 2025
================
@@ -287,6 +288,35 @@ class PathDiagnosticBuilder : public BugReporterContext {
const PathSensitiveBugReport *getBugReport() const { return R; }
};
+std::string timeTraceName(const BugReportEquivClass &EQ) {
+ if (!llvm::timeTraceProfilerEnabled()) {
----------------
Xazax-hun wrote:
Nit: redundant braces here.
https://github.com/llvm/llvm-project/pull/125508
More information about the cfe-commits
mailing list