aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/scan-build/ccc-analyzer2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/scan-build/ccc-analyzer b/tools/scan-build/ccc-analyzer
index 32a7301362..d01bd0fa45 100755
--- a/tools/scan-build/ccc-analyzer
+++ b/tools/scan-build/ccc-analyzer
@@ -387,6 +387,8 @@ my %LangMap = (
'c' => 'c',
'cp' => 'c++',
'cpp' => 'c++',
+ 'cxx' => 'c++',
+ 'txx' => 'c++',
'cc' => 'c++',
'ii' => 'c++',
'i' => 'c-cpp-output',