[PATCH] D54269: Introduce shard storage to auto-index.

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 8 16:00:56 PST 2018


Eugene.Zelenko added inline comments.


================
Comment at: clangd/index/Background.cpp:29
 #include <string>
+#include <queue>
+#include <memory>
----------------
Please run Clang-format. Headers in sections should be in alphabetical order.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54269





More information about the cfe-commits mailing list