Include links to stderr output of clang in the table of files that clang rejects.

llvm-svn: 56173
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer
index 739e248..845977e 100755
--- a/clang/utils/ccc-analyzer
+++ b/clang/utils/ccc-analyzer
@@ -48,7 +48,7 @@
   close OUT;
   `uname -a >> $PPFile.info 2>&1`;
   `$CC -v >> $PPFile.info 2>&1`;
-  system 'mv',$ofile,"$PPFile.output";
+  system 'mv',$ofile,"$PPFile.stderr.txt";
 }
 
 ##----------------------------------------------------------------------------##