r329161 - As we don't use minor version anymore, let's remove it from the release notes too
Sylvestre Ledru via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 4 02:38:22 PDT 2018
Author: sylvestre
Date: Wed Apr 4 02:38:22 2018
New Revision: 329161
URL: http://llvm.org/viewvc/llvm-project?rev=329161&view=rev
Log:
As we don't use minor version anymore, let's remove it from the release notes too
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=329161&r1=329160&r2=329161&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Wed Apr 4 02:38:22 2018
@@ -84,10 +84,10 @@ future versions of Clang.
Modified Compiler Flags
-----------------------
-- Before Clang 7.0, we prepended the `#` character to the `--autocomplete`
+- Before Clang 7, we prepended the `#` character to the `--autocomplete`
argument to enable cc1 flags. For example, when the `-cc1` or `-Xclang` flag
is in the :program:`clang` invocation, the shell executed
- `clang --autocomplete=#-<flag to be completed>`. Clang 7.0 now requires the
+ `clang --autocomplete=#-<flag to be completed>`. Clang 7 now requires the
whole invocation including all flags to be passed to the `--autocomplete` like
this: `clang --autocomplete=-cc1,-xc++,-fsyn`.
More information about the cfe-commits
mailing list