зеркало из https://github.com/microsoft/clang-1.git
Fix crash when running with multiple source files. This can be improved.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
c9a9200de6
Коммит
c68ecb5724
|
@ -1480,6 +1480,12 @@ int main(int argc, char **argv) {
|
|||
// Process the -I options and set them in the HeaderInfo.
|
||||
HeaderSearch HeaderInfo(FileMgr);
|
||||
if (TextDiagClient) TextDiagClient->setHeaderSearch(HeaderInfo);
|
||||
|
||||
// FIXME: Sink IncludeGroup into this loop.
|
||||
IncludeGroup[0].clear();
|
||||
IncludeGroup[1].clear();
|
||||
IncludeGroup[2].clear();
|
||||
IncludeGroup[3].clear();
|
||||
InitializeIncludePaths(argv[0], HeaderInfo, FileMgr, LangInfo);
|
||||
|
||||
// Set up the preprocessor with these options.
|
||||
|
|
Загрузка…
Ссылка в новой задаче