[clang-tools-extra] [clang-doc] Add Markdown AST node type definitions (PR #205609)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 19:05:50 PDT 2026


================
@@ -5,6 +5,13 @@ set(LLVM_LINK_COMPONENTS
   )
 
 add_clang_library(clangDocSupport STATIC
+  PARTIAL_SOURCES_INTENDED
   File.cpp
   Utils.cpp
   )
+
+add_clang_library(clangDocMarkdown STATIC
+  PARTIAL_SOURCES_INTENDED
----------------
ilovepi wrote:

I asked it to be.

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


More information about the cfe-commits mailing list