From 9dc864b6ceef437656f620dd33effaafdf54eb7c 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. llvm-svn: 150329 --- clang/docs/UsersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/UsersManual.html b/clang/docs/UsersManual.html index 0a3258e27088..26ee38280af7 100644 --- a/clang/docs/UsersManual.html +++ b/clang/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