diff options
author | George Burgess IV <george.burgess.iv@gmail.com> | 2016-06-21 00:16:23 +0000 |
---|---|---|
committer | George Burgess IV <george.burgess.iv@gmail.com> | 2016-06-21 00:16:23 +0000 |
commit | 61e43277effa646cb410c4fd88def8d5e646549d (patch) | |
tree | 81ae2172d1b8e3a75504a38998d14ecbec44d940 /clang/docs/LanguageExtensions.rst | |
parent | ea575b9106c273a29cfb8c91bcdb6a80004a865f (diff) | |
download | bcm5719-llvm-61e43277effa646cb410c4fd88def8d5e646549d.tar.gz bcm5719-llvm-61e43277effa646cb410c4fd88def8d5e646549d.zip |
[Docs] Try to fix the docs buildbot.
It's complaining that it couldn't lex a compiler warning as C++. I don't
blame it.
llvm-svn: 273227
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
-rw-r--r-- | clang/docs/LanguageExtensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index de1ad7b5d39..51ac3ab1a8c 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -449,7 +449,7 @@ An optional string message can be added to the ``deprecated`` and If the deprecated or unavailable declaration is used, the message will be incorporated into the appropriate diagnostic: -.. code-block:: c++ +.. code-block:: none harmless.c:4:3: warning: 'explode' is deprecated: extremely unsafe, use 'combust' instead!!! [-Wdeprecated-declarations] |