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)
llvm-svn: 329161

clang/docs/ReleaseNotes.rst

index d91167e..f161e68 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`.