adamcz added a comment.

Thanks, I was just about to fix that!



================
Comment at: clang-tools-extra/clangd/TUScheduler.cpp:115
                          bool IsFirstPreamble) {
-  static llvm::once_flag OnceFlag;
-  llvm::call_once(OnceFlag, [&] {
+  auto RecordWithLabel = [&Stats](llvm::StringRef Label) {
     PreambleBuildFilesystemLatency.record(Stats.FileSystemTime, "first_build");
----------------
You're not using Label anywhere. Replace first_build below with Label.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122894/new/

https://reviews.llvm.org/D122894

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to