[PATCH] D20094: [include-fixer] Add basic documentation.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Wed May 11 01:02:37 PDT 2016
bkramer marked 2 inline comments as done.
================
Comment at: docs/include-fixer.rst:48
@@ +47,3 @@
+ ... wait as clang indexes the code base ...
+ $ ln -s $PWD/find_all_symbols_db.yaml path/to/llvm/source/ # Link database into the source tree.
+ $ cd path/to/llvm/source
----------------
hokein wrote:
> We should also create a link to `compile_commands.json` in `path/to/llvm/source/`.
If the user followed the instructions at http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html the link will be there already. I'll add it here with a clarifying comment.
http://reviews.llvm.org/D20094
More information about the cfe-commits
mailing list