]> granicus.if.org Git - clang/commitdiff
As we don't use minor version anymore, let's remove it from the release notes too
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 4 Apr 2018 09:38:22 +0000 (09:38 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 4 Apr 2018 09:38:22 +0000 (09:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329161 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index d91167e6d9fd3ebd393e4c185998e811d1ea5403..f161e680f5c75646d94197928b2f78c6aff23a47 100644 (file)
@@ -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`.