Add comments.

llvm-svn: 95942
This commit is contained in:
Ted Kremenek 2010-02-12 00:10:34 +00:00
parent 2579105c4e
commit 14015de619
1 changed files with 4 additions and 1 deletions

View File

@ -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;