sammccall added inline comments.

================
Comment at: clangd/index/SymbolCollector.cpp:669
+    return false;
+  return Line.contains_lower("includ");
+}
----------------
ilya-biryukov wrote:
> A typo? Should it be `include`.
it's meant to match "include" or "including". I'll add a comment.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D61120



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

Reply via email to