From 98f991e5f5115de7e7ca719b11e7de963ce3f47d Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Thu, 8 Mar 2018 01:37:39 +0000 Subject: [PATCH] [Documentation] Fix Release notes problems introduced in r326889. Add highlighting. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326979 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index bb645e14fd..4d7a8e0406 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -74,11 +74,12 @@ future versions of Clang. 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=#-. Clang 7.0 now -requires the whole invocation including all flags to be passed to the --autocomplete -like this: clang --autocomplete=-cc1,-xc++,-fsyn. +- 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 :program:`clang` invocation, the shell executed + `clang --autocomplete=#-`. 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 ----------------------- @@ -95,6 +96,7 @@ Attribute Changes in Clang sanity, however it is otherwise compatible with existing code using this feature for GCC. Consult the documentation for the target attribute for more information. + - ... Windows Support -- 2.40.0