From 9b6b5d5a88b63f89f56708428175249e4a4e55f6 Mon Sep 17 00:00:00 2001 From: Yuka Takahashi Date: Fri, 11 Aug 2017 09:44:42 +0000 Subject: [PATCH] [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 --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 6e4a2d5f5c9a..64c1cf492ffc 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 -------------------------