[all-commits] [llvm/llvm-project] 609b65: [docs] Migrate 20 clang docs from reST to Markdown...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Mon Jun 29 13:52:27 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 609b651890d91b2157b4880ab74e8df1c1b73ae4
https://github.com/llvm/llvm-project/commit/609b651890d91b2157b4880ab74e8df1c1b73ae4
Author: Reid Kleckner <rkleckner at nvidia.com>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M clang/docs/AddressSanitizer.md
M clang/docs/ClangStaticAnalyzer.md
M clang/docs/CrossCompilation.md
M clang/docs/DataFlowSanitizer.md
M clang/docs/FunctionEffectAnalysis.md
M clang/docs/LanguageExtensions.md
M clang/docs/LeakSanitizer.md
M clang/docs/LifetimeSafety.md
M clang/docs/MemorySanitizer.md
M clang/docs/RealtimeSanitizer.md
M clang/docs/ReleaseNotes.md
M clang/docs/ReleaseNotesTemplate.txt
M clang/docs/SafeBuffers.md
M clang/docs/SanitizerCoverage.md
M clang/docs/ScalableStaticAnalysis/index.md
M clang/docs/ThreadSafetyAnalysis.md
M clang/docs/ThreadSanitizer.md
M clang/docs/Toolchain.md
M clang/docs/TypeSanitizer.md
M clang/docs/UndefinedBehaviorSanitizer.md
M clang/docs/WarningSuppressionMappings.md
M clang/docs/conf.py
Log Message:
-----------
[docs] Migrate 20 clang docs from reST to Markdown (#206182)
Tracking issue: https://github.com/llvm/llvm-project/issues/201242
Migration guide docs:
https://llvm.org/docs/SphinxQuickstartTemplate.html#markdown-migration-guidelines
RFC:
https://discourse.llvm.org/t/rfc-make-myst-markdown-the-llvm-docs-format-rip-rest/90840
This stacked PR contains the rst2myst conversion and follow-up MyST
cleanup for the 20 clang docs renamed in #206181.
The migration was done with rst2myst with LLM cleanups.
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