aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc-analyzer1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index ad7b412b0b..d41978c01f 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -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;
}