r273227 - [Docs] Try to fix the docs buildbot.
George Burgess IV via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 17:16:23 PDT 2016
Author: gbiv
Date: Mon Jun 20 19:16:23 2016
New Revision: 273227
URL: http://llvm.org/viewvc/llvm-project?rev=273227&view=rev
Log:
[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.
Modified:
cfe/trunk/docs/LanguageExtensions.rst
Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=273227&r1=273226&r2=273227&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Mon Jun 20 19:16:23 2016
@@ -449,7 +449,7 @@ An optional string message can be added
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]
More information about the cfe-commits
mailing list