зеркало из https://github.com/microsoft/clang-1.git
No need to initialize these variables.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
9db0fe97f5
Коммит
bcf73c2253
|
@ -249,7 +249,7 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
|
|||
// FIXME: What are we going to do with -V and -b?
|
||||
|
||||
// FIXME: This stuff needs to go into the Compilation, not the driver.
|
||||
bool CCCPrintOptions = false, CCCPrintActions = false;
|
||||
bool CCCPrintOptions, CCCPrintActions;
|
||||
|
||||
InputArgList *Args = ParseArgStrings(ArgList.slice(1));
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче