зеркало из https://github.com/microsoft/clang-1.git
[scan-build] Add missing comma to ccc-analyzer.
Thanks, Dmitry! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186167 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a0740f5ddf
Коммит
de1860de53
|
@ -341,7 +341,7 @@ my %LinkerOptionMap = (
|
|||
);
|
||||
|
||||
my %CompilerLinkerOptionMap = (
|
||||
'-Wwrite-strings' => 0
|
||||
'-Wwrite-strings' => 0,
|
||||
'-ftrapv-handler' => 1, # specifically call out separated -f flag
|
||||
'-mios-simulator-version-min' => 0, # This really has 1 argument, but always has '='
|
||||
'-isysroot' => 1,
|
||||
|
|
Загрузка…
Ссылка в новой задаче