]> granicus.if.org Git - clang/commitdiff
[Bash-autocompletion] Add --autocomplete flag to 5.0 release notes
authorYuka Takahashi <yukatkh@gmail.com>
Fri, 11 Aug 2017 09:44:42 +0000 (09:44 +0000)
committerYuka Takahashi <yukatkh@gmail.com>
Fri, 11 Aug 2017 09:44:42 +0000 (09:44 +0000)
Summary:
I thought we should add this information to release notes, because we
added a new flag to clang driver.

Reviewers: v.g.vassilev, teemperor, ruiu

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D36567

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310700 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 6e4a2d5f5c9ac904773a04bd2c321485c703f605..64c1cf492ffc1276f8143c59b2a03d309100c6b5 100644 (file)
@@ -75,7 +75,7 @@ Non-comprehensive list of changes in this release
 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
 -------------------------