ilya-biryukov added inline comments.

================
Comment at: clangd/ClangdServer.h:236-237
+  ///
+  /// Request is processed  asynchronously, you can use returned future to wait
+  /// for results of async request.
+  ///
----------------
klimek wrote:
> Extra space before asynchronously.
> Replace first ',' with ';'
> ... wait for the results of the async request...
Split into two sentences on `,` instead of replacing it with `;`. Feels even 
better.


https://reviews.llvm.org/D38583



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

Reply via email to