[PATCH] D36261: [clangd] Use multiple working threads in clangd.

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 01:31:43 PDT 2017


arphaman added inline comments.


================
Comment at: clangd/ClangdServer.h:107
+public:
+  /// Indicates that requests must be executed immidieately on the calling
+  /// thread.
----------------
Typo: immediately


https://reviews.llvm.org/D36261





More information about the cfe-commits mailing list