kadircet added inline comments.

================
Comment at: clang-tools-extra/clangd/ClangdServer.cpp:58
+/// without any explicit user action.
+static TUScheduler::ASTActionInvalidation LikelyImplicit =
+    TUScheduler::InvalidateOnUpdate;
----------------
nit: i would actually keep `InvalidateOnUpdate` on the callsites, but up to you.

also constexpr instead of static ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75602



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

Reply via email to