[PATCH] D36567: [Bash-autocompletion] Add --autocomplete flag to 5.0 release notes
Yuka Takahashi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 11 02:45:43 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL310700: [Bash-autocompletion] Add --autocomplete flag to 5.0 release notes (authored by yamaguchi).
Changed prior to commit:
https://reviews.llvm.org/D36567?vs=110518&id=110679#toc
Repository:
rL LLVM
https://reviews.llvm.org/D36567
Files:
cfe/trunk/docs/ReleaseNotes.rst
Index: cfe/trunk/docs/ReleaseNotes.rst
===================================================================
--- cfe/trunk/docs/ReleaseNotes.rst
+++ cfe/trunk/docs/ReleaseNotes.rst
@@ -75,7 +75,7 @@
New Compiler Flags
------------------
-The option ....
+- --autocomplete was implemented to obtain a list of flags and its arguments. This is used for shell autocompletion.
Deprecated Compiler Flags
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36567.110679.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170811/ce9aa7af/attachment.bin>
More information about the cfe-commits
mailing list