[PATCH] D20467: [include-fixer] Mention more details in the document.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 6 08:02:53 PDT 2016
bkramer added inline comments.
================
Comment at: docs/ReleaseNotes.rst:47
@@ -46,2 +46,3 @@
-- Feature1...
+- :program:`clang-include-fixer`, a tool provides an automated way of adding
+ ``#include`` directives for missing symbols in one translation unit.
----------------
a tool **that** provides
================
Comment at: docs/include-fixer.rst:70
@@ +69,3 @@
+
+- Add :program:`clang-include-fixer` path in the environment PATH variable.
+- Or set ``g:clang_include_fixer_path`` in vim configuration path: ``let g:clang_include_fixer_path=path/to/clang-include-fixer``
----------------
add the path to clang-include-fixer to the PATH environment variable
================
Comment at: docs/include-fixer.rst:71
@@ +70,3 @@
+- Add :program:`clang-include-fixer` path in the environment PATH variable.
+- Or set ``g:clang_include_fixer_path`` in vim configuration path: ``let g:clang_include_fixer_path=path/to/clang-include-fixer``
+
----------------
in vimrc
http://reviews.llvm.org/D20467
More information about the cfe-commits
mailing list