jvikstrom accepted this revision.
jvikstrom added inline comments.
This revision is now accepted and ready to land.


================
Comment at: 
clang-tools-extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp:43
+  if (!CommonDecl) {
+    // Now we hit the TUDecl case where commonAncestor() returns null intently.
+    // We only annotate tokens in the main file, so use the default traversal
----------------
Shouldn't `intently` -> `instantly`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65443



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

Reply via email to