diff options
author | George Burgess IV <george.burgess.iv@gmail.com> | 2016-06-21 02:19:43 +0000 |
---|---|---|
committer | George Burgess IV <george.burgess.iv@gmail.com> | 2016-06-21 02:19:43 +0000 |
commit | bc8cc5ac9ccc39d7df2471dd27bc9f095a288e26 (patch) | |
tree | 9d202ddec31d25e3bb6bf4ca5bd9253a745930de /clang/docs/SourceBasedCodeCoverage.rst | |
parent | e173b9ae4c7397b88103b229e253801789be82c3 (diff) | |
download | bcm5719-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.rst | 2 |
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 |