[clang-tools-extra] [clang-doc] Reenable time trace support (PR #141139)

Erick Velez via cfe-commits cfe-commits at lists.llvm.org
Thu May 29 09:54:48 PDT 2025


================
@@ -13,7 +13,9 @@
 #include "clang/Index/USRGeneration.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/ADT/StringSet.h"
+#include "llvm/Support/Error.h"
----------------
evelez7 wrote:

Error is already included via TimeProfiler.h

https://github.com/llvm/llvm-project/pull/141139


More information about the cfe-commits mailing list