]> granicus.if.org Git - clang/commitdiff
Use string comparison rather than '=='.
authorTed Kremenek <kremenek@apple.com>
Tue, 27 Jan 2009 05:34:28 +0000 (05:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 27 Jan 2009 05:34:28 +0000 (05:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63095 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc-analyzer

index a3b7851247ed5e18b117c1ca01a3deae7ff96f52..2a9a99367d90ea8720779471f56b6cfc63b7d7a7 100755 (executable)
@@ -49,7 +49,7 @@ sub ProcessClangFailure {
   mkpath $Dir;
   
   my $prefix = "clang_crash";
-  if ($ErrorType == $ParserRejects) { $prefix = "clang_parser_rejects"; }
+  if ($ErrorType eq $ParserRejects) { $prefix = "clang_parser_rejects"; }
 
   # Generate the preprocessed file with cc (i.e., gcc).
   my ($PPH, $PPFile) = tempfile( $prefix . "_XXXXXX",