Skip to content

Commit c72bf8c

Browse files
committed
Remove a mention from the website as well
1 parent 26a1b94 commit c72bf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h1>Clang: a C language family frontend for LLVM</h1>
1616
<!--*********************************************************************-->
1717

1818
<p>The Clang project provides a language front-end and tooling infrastructure
19-
for languages in the C language family (C, C++, Objective C/C++, OpenCL,
20-
CUDA, and RenderScript) for the <a href="https://www.llvm.org/">LLVM</a>
19+
for languages in the C language family (C, C++, Objective C/C++, OpenCL, and
20+
CUDA) for the <a href="https://www.llvm.org/">LLVM</a>
2121
project. Both a GCC-compatible compiler driver (<tt>clang</tt>) and an
2222
MSVC-compatible compiler driver (<tt>clang-cl.exe</tt>) are provided. You
2323
can <a href="get_started.html">get and build</a> the source today.</p>

0 commit comments

Comments
 (0)