[PATCH] D36398: [clangd] Check if CompileCommand has changed on forceReparse.
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 11 01:51:55 PDT 2017
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg
================
Comment at: unittests/clangd/ClangdTests.cpp:509-510
+ /*RunSynchronously=*/true);
+ // No need to sync reparses, because RunSynchronously is set
+ // to true.
+
----------------
Nit: Comment fits in one line.
https://reviews.llvm.org/D36398
More information about the cfe-commits
mailing list