[clang-tools-extra] [clang-doc] Add Markdown AST node type definitions (PR #205609)
Neil Nair via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 28 14:46:38 PDT 2026
================
@@ -6,5 +6,6 @@ set(LLVM_LINK_COMPONENTS
add_clang_library(clangDocSupport STATIC
File.cpp
+ Markdown.cpp
----------------
Neil-N4 wrote:
will address the constructor in a standalone patch. also moved Markdown.cpp to its own clangDocMarkdown target
https://github.com/llvm/llvm-project/pull/205609
More information about the cfe-commits
mailing list