зеркало из https://github.com/microsoft/clang-1.git
CIndex: fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
edcd8286f2
Коммит
b14346b95e
|
@ -370,7 +370,7 @@ CXTranslationUnit clang_createTranslationUnitFromSourceFile(
|
|||
// Generate a temporary name for the AST file.
|
||||
char astTmpFile[L_tmpnam];
|
||||
argv.push_back(tmpnam(astTmpFile));
|
||||
for (int i = num_command_line_args; i < num_command_line_args; i++)
|
||||
for (int i = 0; i < num_command_line_args; i++)
|
||||
argv.push_back(command_line_args[i]);
|
||||
argv.push_back(NULL);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче