[all-commits] [llvm/llvm-project] 7633d1: [clang-doc] Remove Markdown library implementation...

Paul Kirth via All-commits all-commits at lists.llvm.org
Mon Jul 13 11:51:28 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7633d1e7a0f33630e6d10c5640bf4ad35dc2c23d
      https://github.com/llvm/llvm-project/commit/7633d1e7a0f33630e6d10c5640bf4ad35dc2c23d
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M clang-tools-extra/clang-doc/CMakeLists.txt
    R clang-tools-extra/clang-doc/markdown/CMakeLists.txt
    R clang-tools-extra/clang-doc/markdown/Markdown.cpp
    R clang-tools-extra/clang-doc/markdown/Markdown.h
    M clang-tools-extra/unittests/clang-doc/CMakeLists.txt
    R clang-tools-extra/unittests/clang-doc/MarkdownParserTest.cpp

  Log Message:
  -----------
  [clang-doc] Remove Markdown library implementation (#209257)

The current implementation is unsatisfactory in many ways, and it is now
unclear if development of this library will continue any time soon. To
reduce maintenance and build cost, we should just remove it now before
the branch point, and come up with a more thoughtful design that
addresses the requirements for clang and clang-doc more completely.

This reverts commit cc048e80b670a5262500612069d1c2d065b53f15 and commit
b6976d223eeb40091685e3b20e9c41f42f6bd6e0.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list