[llvm] d218789 - [Docs] Fix the description about %clang_cpp (#152842)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 10 16:41:39 PDT 2025
Author: parabola94
Date: 2025-08-11T08:41:36+09:00
New Revision: d218789d3efee246c9627256c8a44e1579af6b21
URL: https://github.com/llvm/llvm-project/commit/d218789d3efee246c9627256c8a44e1579af6b21
DIFF: https://github.com/llvm/llvm-project/commit/d218789d3efee246c9627256c8a44e1579af6b21.diff
LOG: [Docs] Fix the description about %clang_cpp (#152842)
Added:
Modified:
llvm/docs/TestingGuide.rst
Removed:
################################################################################
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index b1819c795bab4..f79d7eacd5b6c 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 driver as the preprocessor.
``%clang_cl``
Invokes the CL-compatible Clang driver.
More information about the llvm-commits
mailing list