[PATCH] D112914: Misleading identifier detection
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 11 11:40:16 PST 2021
aaron.ballman added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/misc-misleading-identifier.rst:12
+
+.. code-block:: c
+
----------------
aaronpuchert wrote:
> Sphinx can't parse that (perhaps unsurprisingly), could you declare that as having no language?
>
> ```
> Warning, treated as error:
> /home/buildbot/llvm-build-dir/clang-tools-sphinx-docs/llvm/src/clang-tools-extra/docs/clang-tidy/checks/misc-misleading-identifier.rst:12:Could not lex literal_block as "c". Highlighting skipped.
> ```
>
> Should be reproducible by building `docs-clang-tools-html` (might need `-j1`).
I fixed this in ac8c813b89f62efcaff4d0c92fdf1a5dd29d795d as the bot was red.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112914/new/
https://reviews.llvm.org/D112914
More information about the cfe-commits
mailing list