[llvm-branch-commits] [clang-tools-extra-branch] r277588 - Expand the clang-include-fixer relnotes a bit.

Benjamin Kramer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 3 04:59:04 PDT 2016


Author: d0k
Date: Wed Aug  3 06:59:03 2016
New Revision: 277588

URL: http://llvm.org/viewvc/llvm-project?rev=277588&view=rev
Log:
Expand the clang-include-fixer relnotes a bit.

Modified:
    clang-tools-extra/branches/release_39/docs/ReleaseNotes.rst

Modified: clang-tools-extra/branches/release_39/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/branches/release_39/docs/ReleaseNotes.rst?rev=277588&r1=277587&r2=277588&view=diff
==============================================================================
--- clang-tools-extra/branches/release_39/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/branches/release_39/docs/ReleaseNotes.rst Wed Aug  3 06:59:03 2016
@@ -47,6 +47,13 @@ Major New Features
 - :program:`clang-include-fixer`, a tool that provides an automated way of
   adding ``#include`` directives for missing symbols in one translation unit.
 
+  It aims to provide automated insertion of missing ``#includes`` with a single
+  button press in an editor. Integration with Vim and a tool to generate the
+  symbol index used by the tool are also part of this release. See the
+  `include-fixer documentation`_ for more information.
+
+.. _include-fixer documentation: http://clang.llvm.org/extra/include-fixer.html
+
 Improvements to clang-query
 ---------------------------
 




More information about the llvm-branch-commits mailing list