[PATCH] D20094: [include-fixer] Add basic documentation.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue May 10 08:58:08 PDT 2016
hokein added inline comments.
================
Comment at: docs/include-fixer.rst:36
@@ +35,3 @@
+
+The include fixer contains :program:`find-all-symbols`, a tool to create a
+symbol database in YAML format from a compilation database by parsing all
----------------
A extra space before a.
================
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
----------------
We should also create a link to `compile_commands.json` in `path/to/llvm/source/`.
http://reviews.llvm.org/D20094
More information about the cfe-commits
mailing list