From: Ted Kremenek Date: Thu, 8 Jul 2010 19:43:08 +0000 (+0000) Subject: Add missing whitespace. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b07d4ae5ad66bba497d072e7e95f65aea63c187;p=clang Add missing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107897 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index c82683fb5d..9eaacd72d7 100644 --- a/www/analyzer/installation.html +++ b/www/analyzer/installation.html @@ -91,7 +91,7 @@ source code.

  • The location of the clang binary.

    For example, if you built a Debug+Asserts build of LLVM/Clang (the -default), the resultantclang binary will be in $(OBJDIR)/Debug+Asserts +default), the resultant clang binary will be in $(OBJDIR)/Debug+Asserts (where $(OBJDIR) is often the same as the root source directory). You can also do make install to install the LLVM/Clang libaries and binaries to the installation directory of your choice (specified when you run