mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 07:43:56 +02:00
Bug 360710: Index corruption due to urgent task.
This commit is contained in:
parent
140b8ab73e
commit
92955735be
1 changed files with 2 additions and 0 deletions
|
@ -562,6 +562,8 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
|
|||
info= createFileInfo(key, null);
|
||||
}
|
||||
info.fIndexFile= ifile;
|
||||
info.fDirectives= null;
|
||||
info.fPreprocessingDirectives= null;
|
||||
info.fRequestUpdate= true;
|
||||
info.fIsUpdated= false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue