This increases the odds that the boosted file (cpp file matching header)
will be ready. (It always enqueues first, so it'll be present unless
another thread indexes *two* files before the first thread indexes one.)
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 34934 Build 34933: arc lint + arc unit
Event Timeline
clang-tools-extra/clangd/index/BackgroundRebuild.h | ||
---|---|---|
51 | let's not have a default here since it will get out-dated if we decide to change default for BackgroundIndex's constructor. |
let's not have a default here since it will get out-dated if we decide to change default for BackgroundIndex's constructor.