[clang-tools-extra] [clang-doc] integrate JSON generator with Mustache templates (PR #149006)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 18 12:58:33 PDT 2025
================
@@ -34,7 +34,7 @@ class Foo;
// CHECK-NEXT: <div>
// CHECK-NEXT: <pre>
// CHECK-NEXT: <code class="language-cpp code-clang-doc">
-// CHECK-NEXT: enum Color
----------------
ilovepi wrote:
Is there a reason we'd want to drop this? Writing out that its an enum seems good, and IIRC was nicer in the generated HTML.
https://github.com/llvm/llvm-project/pull/149006
More information about the cfe-commits
mailing list