mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Don't use an IterationLoop for main indexer.
This causes the indexer to exit.
This commit is contained in:
parent
23bf95b5e3
commit
38fbe89b4c
@ -625,8 +625,7 @@ void Indexer_Main(Config* config,
|
||||
// Build one index per-indexer, as building the index acquires a global lock.
|
||||
auto indexer = IIndexer::MakeClangIndexer();
|
||||
|
||||
IterationLoop loop;
|
||||
while (loop.Next()) {
|
||||
while (true) {
|
||||
bool did_work = false;
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user