Previously we always queried the compilation database and discarded the results
if the file was already opened.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 8559 Build 8559: arc lint + arc unit
Differential D35825
[clangd] Reuse compile commands during reparse ClosedPublic Authored by krasimir on Jul 25 2017, 2:25 AM.
Details Summary Previously we always queried the compilation database and discarded the results
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jul 25 2017, 3:03 AM Closed by commit rL308970: [clangd] Reuse compile commands during reparse (authored by krasimir). · Explain WhyJul 25 2017, 4:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 108023 clangd/ClangdUnit.cpp
clangd/ClangdUnitStore.h
|
Also have to call it in codeComplete.