[llvm] [Docs] Fix the description about %clang_cpp (PR #152842)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 9 00:33:57 PDT 2025
https://github.com/parabola94 created https://github.com/llvm/llvm-project/pull/152842
None
>From 325ae86a555e5be7fee53ee2c1b584f05557aea7 Mon Sep 17 00:00:00 2001
From: parabola94 <heavybaby5000 at toki.waseda.jp>
Date: Sat, 9 Aug 2025 16:30:55 +0900
Subject: [PATCH] [Docs] Fix the description about %clang_cpp
---
llvm/docs/TestingGuide.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index b1819c795bab4..e6a27849f13be 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -834,7 +834,7 @@ Besides replacing LLVM tool names, the following substitutions are performed in
Invokes the Clang driver.
``%clang_cpp``
- Invokes the Clang driver for C++.
+ Invokes the Clang preprocessor.
``%clang_cl``
Invokes the CL-compatible Clang driver.
More information about the llvm-commits
mailing list