зеркало из https://github.com/microsoft/clang-1.git
Turn access control on by default in the driver.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
380509aa10
Коммит
32579cf507
|
@ -1152,10 +1152,10 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
|
|||
CmdArgs.push_back("-fblocks");
|
||||
}
|
||||
|
||||
// -fno-access-control is default (for now).
|
||||
// -faccess-control is default.
|
||||
if (Args.hasFlag(options::OPT_fno_access_control,
|
||||
options::OPT_faccess_control,
|
||||
true))
|
||||
false))
|
||||
CmdArgs.push_back("-fno-access-control");
|
||||
|
||||
// -fexceptions=0 is default.
|
||||
|
|
Загрузка…
Ссылка в новой задаче