sammccall added a comment.

Big +1 from me, though I can't say I understand this well enough to substitute 
for Richard here.



================
Comment at: clang/lib/Sema/Sema.cpp:916
+  // cases in practice.
+  for (const auto &Typo : DelayedTypos) {
+    // We pass an empty TypoCorrection to indicate no correction was performed.
----------------
If you like, `DEBUG_WITH_TYPE("DelayedTypos", ...)` would still let people who 
want to fix these see them. In practice, I suspect nobody actually wants to fix 
these, though :-(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64799



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

Reply via email to