From: Ted Kremenek Date: Fri, 12 Feb 2010 00:10:34 +0000 (+0000) Subject: Add comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d81ed94386198ffe6ba4493aacf198deccd3a18;p=clang Add comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95942 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-build/ccc-analyzer b/tools/scan-build/ccc-analyzer index 29166708af..8c64d3ffef 100755 --- a/tools/scan-build/ccc-analyzer +++ b/tools/scan-build/ccc-analyzer @@ -597,9 +597,12 @@ if ($Action eq 'compile' or $Action eq 'link') { } } + # FileLang still not defined? Skip the file. next if (!defined $FileLang); + + # Language not accepted? next if (!defined $LangsAccepted{$FileLang}); - + my @CmdArgs; my @AnalyzeArgs;