[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


================
@@ -59,7 +59,7 @@ class Foo;
 // CHECK-NEXT:                  </tbody>
 // CHECK-NEXT:              </table>
 // CHECK-NEXT:              <div>
-// CHECK-NEXT:                  Defined at line 5 of file {{.*}}mustache-index.cpp
+// CHECK:                  Defined at line 5 of file {{.*}}mustache-index.cpp
----------------
ilovepi wrote:

What's in between if this isn't CHECK-NEXT? can we include those lines? is it 1-2 or many that are missing?

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


More information about the cfe-commits mailing list