]> granicus.if.org Git - clang/commitdiff
Record arguments in .info file.
authorTed Kremenek <kremenek@apple.com>
Mon, 18 Aug 2008 20:55:25 +0000 (20:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 18 Aug 2008 20:55:25 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54947 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc-analyzer

index ad7b412b0be3dfb4f7487511b324d07c6f9ab65a..d41978c01fd5de014c9aa487c7c9e1548a10bd0e 100755 (executable)
@@ -41,6 +41,7 @@ sub ProcessClangFailure {
   open (OUT, ">", "$PPFile.info") or die "Cannot open $PPFile.info\n";
   print OUT "$file\n";
   print OUT "$ErrorType\n";
+  print OUT "@$Args\n";
   close OUT;
 }