[PATCH] D49785: [clangd] Give an example for global-symbol-builder usage

2018-07-26 Thread Kirill Bobyrev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL338015: [clangd] Give an example for symbol-builder usage (authored by omtcyfz, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit:

[PATCH] D49785: [clangd] Give an example for global-symbol-builder usage

2018-07-25 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev updated this revision to Diff 157263. kbobyrev marked 2 inline comments as done. kbobyrev added a comment. Addressed two comments, added an example of running the tool over a number of source files without providing `compile_commands.json`; added a note about collecting files from

[PATCH] D49785: [clangd] Give an example for global-symbol-builder usage

2018-07-25 Thread Eric Liu via Phabricator via cfe-commits
ioeric accepted this revision. ioeric added inline comments. This revision is now accepted and ready to land. Comment at: clang-tools-extra/clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp:153 - const char* Overview = - "This is an **experimental** tool to

[PATCH] D49785: [clangd] Give an example for global-symbol-builder usage

2018-07-25 Thread Kirill Bobyrev via Phabricator via cfe-commits
kbobyrev created this revision. kbobyrev added reviewers: ioeric, ilya-biryukov. kbobyrev added a project: clang-tools-extra. Herald added subscribers: arphaman, jkorous, MaskRay. `global-symbol-builder` help message mentions `-executor=` option, but doesn't give any example of what the value