From 8275fc0ba70b29a116e0892e582a8fb21124abf1 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sun, 12 Feb 2012 09:11:39 +0000 Subject: [PATCH] Fix broken link. I believe this has been broken for at least 7 months. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150329 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 0a3258e270..26ee38280a 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -99,7 +99,7 @@ Web Site or the LLVM Web Site.

an end-user, documenting the supported features, command line options, etc. If you are interested in using Clang to build a tool that processes code, please see the Clang Internals Manual. If you are -interested in the Clang +interested in the Clang Static Analyzer, please see its web page.

Clang is designed to support the C family of programming languages, which -- 2.50.1