diff options
-rwxr-xr-x | tools/scan-build/ccc-analyzer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scan-build/ccc-analyzer b/tools/scan-build/ccc-analyzer index 8717225c18..8bd9ec2724 100755 --- a/tools/scan-build/ccc-analyzer +++ b/tools/scan-build/ccc-analyzer @@ -389,6 +389,7 @@ my %LangMap = ( 'cxx' => 'c++', 'txx' => 'c++', 'cc' => 'c++', + 'C' => 'c++', 'ii' => 'c++', 'i' => 'c-cpp-output', 'm' => 'objective-c', |