]> granicus.if.org Git - clang/commitdiff
Minor tweak to install docs
authorDouglas Gregor <dgregor@apple.com>
Tue, 5 Feb 2013 22:01:16 +0000 (22:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 5 Feb 2013 22:01:16 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174448 91177308-0d34-0410-b5e6-96231b3b80d8

INSTALL.txt

index e8e320962bb4f4bf63fe0dc852ca83f9b5b038ef..bd2f4fe370965b566aa59b341af71ab57b0b3b53 100644 (file)
@@ -44,6 +44,6 @@ From inside the Clang build directory, run 'make install' to install the Clang
 compiler and header files into the prefix directory selected when LLVM was
 configured.
 
-The Clang compiler is available as 'clang' and supports a gcc like command line
+The Clang compiler is available as 'clang' and 'clang++'. It supports a gcc like command line
 interface. See the man page for clang (installed into $prefix/share/man/man1)
 for more information.