Add Objective-C++ files to those accepted by ccc-analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2011-04-13 21:52:05 +00:00
Родитель 2d5f2da667
Коммит 5ca328fed2
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -368,7 +368,8 @@ my %LangMap = (
'ii' => 'c++',
'i' => 'c-cpp-output',
'm' => 'objective-c',
'mi' => 'objective-c-cpp-output'
'mi' => 'objective-c-cpp-output',
'mm' => 'objective-c++'
);
my %UniqueOptions = (