r239971 - [analyzer] Cleanup: $Status is always 0 here.
Anton Yartsev
anton.yartsev at gmail.com
Wed Jun 17 16:25:59 PDT 2015
Author: ayartsev
Date: Wed Jun 17 18:25:58 2015
New Revision: 239971
URL: http://llvm.org/viewvc/llvm-project?rev=239971&view=rev
Log:
[analyzer] Cleanup: $Status is always 0 here.
Modified:
cfe/trunk/tools/scan-build/ccc-analyzer
Modified: cfe/trunk/tools/scan-build/ccc-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/ccc-analyzer?rev=239971&r1=239970&r2=239971&view=diff
==============================================================================
--- cfe/trunk/tools/scan-build/ccc-analyzer (original)
+++ cfe/trunk/tools/scan-build/ccc-analyzer Wed Jun 17 18:25:58 2015
@@ -756,5 +756,3 @@ if ($Action eq 'compile' or $Action eq '
}
}
}
-
-exit($Status >> 8);
More information about the cfe-commits
mailing list