From bc8cc5ac9ccc39d7df2471dd27bc9f095a288e26 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Tue, 21 Jun 2016 02:19:43 +0000 Subject: [Docs] More warning fixes to unbreak the docs buildbot. A number of warnings still remain, but these were the last of the "unlexable code"-related ones (AFAICT). I changed a few examples in docs/UsersManual.rst to showcase -Wextra-tokens because it's already documented (-Wmultichar isn't), and the sphinx C lexer apparently can't handle char literals like 'ab'. It seemed like a better overall approach than just marking the code blocks as none or console. llvm-svn: 273232 --- clang/docs/SourceBasedCodeCoverage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/docs/SourceBasedCodeCoverage.rst') diff --git a/clang/docs/SourceBasedCodeCoverage.rst b/clang/docs/SourceBasedCodeCoverage.rst index 95b2eb692ba..b255bd771e3 100644 --- a/clang/docs/SourceBasedCodeCoverage.rst +++ b/clang/docs/SourceBasedCodeCoverage.rst @@ -123,7 +123,7 @@ distinct views for ``foo(...)`` and ``foo(...)``. If ``-show-line-counts-or-regions`` is enabled, ``llvm-cov`` displays sub-line region counts (even in macro expansions): -.. code-block:: cpp +.. code-block:: none 20| 1|#define BAR(x) ((x) || (x)) ^20 ^2 -- cgit v1.2.3