Add the output of "clang --version" to scan-build results, from Gerald Combs!

llvm-svn: 156834
This commit is contained in:
Douglas Gregor 2012-05-15 18:41:55 +00:00
parent 3da7775a6d
commit 4b5c9979b9
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ else {
$Clang = $ClangSB;
}
my $ClangCXX = $Clang . "++";
my $ClangVersion = HtmlEscape(`$Clang --version`);
##----------------------------------------------------------------------------##
# GetHTMLRunDir - Construct an HTML directory name for the current sub-run.
@ -590,6 +591,7 @@ function ToggleDisplay(CheckButton, ClassName) {
<tr><th>User:</th><td>${UserName}\@${HostName}</td></tr>
<tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
<tr><th>Command Line:</th><td>${CmdArgs}</td></tr>
<tr><th>Clang Version:</th><td>${ClangVersion}</td></tr>
<tr><th>Date:</th><td>${Date}</td></tr>
ENDTEXT