[llvm-branch-commits] [clang-tools-extra] [clang-doc] Add tests for Markdown output with C++ templates (PR #119813)
Paul Kirth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 13 09:33:48 PST 2024
https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/119813
>From e06d241a608bca23fce277b0a0a6138ea83d296f Mon Sep 17 00:00:00 2001
From: Paul Kirth <paulkirth at google.com>
Date: Fri, 13 Dec 2024 09:33:35 -0800
Subject: [PATCH] Remove extra newline
Created using spr 1.3.6-beta.1
---
clang-tools-extra/test/clang-doc/templates.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/clang-tools-extra/test/clang-doc/templates.cpp b/clang-tools-extra/test/clang-doc/templates.cpp
index 536b24161990aa..5ca8768cbdc43c 100644
--- a/clang-tools-extra/test/clang-doc/templates.cpp
+++ b/clang-tools-extra/test/clang-doc/templates.cpp
@@ -93,4 +93,3 @@ void function<bool, 0>(bool x) {}
// MD: *void function(_Bool x)*
// MD: *Defined at {{.*}}templates.cpp#[[# @LINE - 27]]*
-
More information about the llvm-branch-commits
mailing list