[PATCH] D44191: Add Clang ReleaseNotes that --autocomplete breaks backward compatibily

Yuka Takahashi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 7 03:27:08 PST 2018


yamaguchi updated this revision to Diff 137352.
yamaguchi added a comment.

Fixed typos


https://reviews.llvm.org/D44191

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -71,6 +71,15 @@
 
 - ...
 
+Modified Compiler Flags
+-----------------------
+
+- Before Clang 7.0, we prepended the "#" character to the --autocomplete argument to
+enable cc1 flags. For example, when the -cc1 or -Xclang flag is in the clang invocation,
+the shell executed clang --autocomplete=#-<flag to be completed>. Clang 7.0 now
+requires the whole invocation including all flags to be passed to the --autocomplete
+like this: clang --autocomplete=-cc1,-xc++,-fsyn.
+
 New Pragmas in Clang
 -----------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44191.137352.patch
Type: text/x-patch
Size: 694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180307/21e3c6ad/attachment-0001.bin>


More information about the cfe-commits mailing list