[clang] [clang][CIR][doc] Add auto-generated ClangIR documentation (PR #190354)

Sirui Mu via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 3 08:45:37 PDT 2026


================
@@ -94,6 +94,8 @@
 .. |ReleaseNotesTitle| replace:: {in_progress_title} Release Notes
 """
 
+suppress_warnings = ["misc.highlighting_failure"]
----------------
Lancern wrote:

MLIR-generated doc would contain Markdown code blocks of language `mlir`, which is not supported by Sphinx and would cause Sphinx build to fail. Thus the specific Sphinx error is suppressed here.

https://github.com/llvm/llvm-project/pull/190354


More information about the cfe-commits mailing list