summaryrefslogtreecommitdiffstats
path: root/clang/docs/SourceBasedCodeCoverage.rst
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2016-06-21 02:19:43 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2016-06-21 02:19:43 +0000
commitbc8cc5ac9ccc39d7df2471dd27bc9f095a288e26 (patch)
tree9d202ddec31d25e3bb6bf4ca5bd9253a745930de /clang/docs/SourceBasedCodeCoverage.rst
parente173b9ae4c7397b88103b229e253801789be82c3 (diff)
downloadbcm5719-llvm-bc8cc5ac9ccc39d7df2471dd27bc9f095a288e26.tar.gz
bcm5719-llvm-bc8cc5ac9ccc39d7df2471dd27bc9f095a288e26.zip
[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
Diffstat (limited to 'clang/docs/SourceBasedCodeCoverage.rst')
-rw-r--r--clang/docs/SourceBasedCodeCoverage.rst2
1 files changed, 1 insertions, 1 deletions
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<int>(...)`` and ``foo<float>(...)``. 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
OpenPOWER on IntegriCloud