[PATCH] D58710: Added more detailed documentation for clangd
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 15 08:12:42 PDT 2019
kadircet added inline comments.
================
Comment at: clang-tools-extra/trunk/docs/clangd/Installation.rst:325
+
+ $ ln -s ~/myproject/compile_commands.json ~/myproject-build/
+
----------------
thakis wrote:
> Isn't the order of the arguments the wrong way round here?
yeah that seems to be the case it should rather be
`$ ln -s ~/myproject-build/compile_commands.json ~/myproject/`
sending out a patch, thanks for bringing it up!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58710/new/
https://reviews.llvm.org/D58710
More information about the cfe-commits
mailing list