зеркало из https://github.com/microsoft/clang.git
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:
Родитель
2d5f2da667
Коммит
5ca328fed2
|
@ -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 = (
|
||||
|
|
Загрузка…
Ссылка в новой задаче