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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to