[clang] [docs] Fix markdown migration defects in the user manual (PR #210785)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 21 06:56:44 PDT 2026


================
@@ -54,8 +54,9 @@ to be compatible with the Visual C++ compiler, cl.exe.
 
 In addition to language-specific features, Clang has a variety of
 features that depend on what CPU architecture or operating system is
-being compiled for. Please see the {ref}`Target-Specific Features and
-Limitations <target_features>` section for more details.
+being compiled for. Please see the
+{ref}`Target-Specific Features and Limitations <target_features>` section for
----------------
AaronBallman wrote:

Do I understand correctly that the fix here is basically to keep the markup all on the same line? Or was this just formatting?

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


More information about the cfe-commits mailing list