r326979 - [Documentation] Fix Release notes problems introduced in r326889. Add highlighting.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 7 17:37:39 PST 2018


Author: eugenezelenko
Date: Wed Mar  7 17:37:39 2018
New Revision: 326979

URL: http://llvm.org/viewvc/llvm-project?rev=326979&view=rev
Log:
[Documentation] Fix Release notes problems introduced in r326889. Add highlighting.

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=326979&r1=326978&r2=326979&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Wed Mar  7 17:37:39 2018
@@ -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=#-<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.
+- 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=#-<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
 -----------------------
@@ -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




More information about the cfe-commits mailing list