forked from OSchip/llvm-project
[Bash-autocompletion] Add --autocomplete flag to 5.0 release notes
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 llvm-svn: 310700
This commit is contained in:
parent
83cf3a29b5
commit
9b6b5d5a88
|
@ -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
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue