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

Neil Nair via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 20:11:57 PDT 2026


================
@@ -5,6 +5,13 @@ set(LLVM_LINK_COMPONENTS
   )
 
 add_clang_library(clangDocSupport STATIC
+  PARTIAL_SOURCES_INTENDED
----------------
Neil-N4 wrote:

Needed since Markdown.cpp and File.cpp/Utils.cpp share a directory but build into two targets. happy to move Markdown to its own subdirectory if you'd rather

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


More information about the cfe-commits mailing list