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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits