This allows inheriting from it, so index() can ga away and allowing
TestTU::index) to be fixed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 22827 Build 22827: arc lint + arc unit
Paths
| Differential D52250
[clangd] expose MergedIndex class ClosedPublic Authored by sammccall on Sep 18 2018, 2:50 PM.
Details Summary This allows inheriting from it, so index() can ga away and allowing
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, kadircet, arphaman and 3 others. · View Herald TranscriptSep 18 2018, 2:50 PM This revision is now accepted and ready to land.Sep 19 2018, 1:46 AM Closed by commit rCTE343780: [clangd] expose MergedIndex class (authored by sammccall). · Explain WhyOct 4 2018, 7:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 166040 clangd/ClangdServer.h
clangd/ClangdServer.cpp
clangd/index/FileIndex.h
clangd/index/FileIndex.cpp
clangd/index/Merge.h
clangd/index/Merge.cpp
unittests/clangd/FileIndexTests.cpp
unittests/clangd/IndexTests.cpp
unittests/clangd/TestTU.cpp
|