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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D58710: Added more... Nico Weber via Phabricator via cfe-commits
    • [PATCH] D58710: Added... Kadir Cetinkaya via Phabricator via cfe-commits

Reply via email to