Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I think another option here is to move Symbol+SymbolLocations to a Symbol.h library. SymbolLocation is often used along with Symbol.
Paths
| Differential D58768
Moved SymbolLocation into its own header and implementation file ClosedPublic Authored by gribozavr on Feb 28 2019, 2:52 AM.
Details
Diff Detail
Event Timelinegribozavr added a parent revision: D58769: Moved DenseMap support for SymbolID into SymbolID.h.Feb 28 2019, 2:53 AM This revision is now accepted and ready to land.Feb 28 2019, 2:56 AM Comment Actions I think another option here is to move Symbol+SymbolLocations to a Symbol.h library. SymbolLocation is often used along with Symbol. Closed by commit rL355082: Moved SymbolLocation into its own header and implementation file (authored by gribozavr). · Explain WhyFeb 28 2019, 3:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 188699 clang-tools-extra/trunk/clangd/CMakeLists.txt
clang-tools-extra/trunk/clangd/XRefs.cpp
clang-tools-extra/trunk/clangd/index/Index.h
clang-tools-extra/trunk/clangd/index/Index.cpp
clang-tools-extra/trunk/clangd/index/Merge.cpp
clang-tools-extra/trunk/clangd/index/Serialization.h
clang-tools-extra/trunk/clangd/index/Serialization.cpp
clang-tools-extra/trunk/clangd/index/SymbolCollector.cpp
clang-tools-extra/trunk/clangd/index/SymbolLocation.h
clang-tools-extra/trunk/clangd/index/SymbolLocation.cpp
clang-tools-extra/trunk/clangd/index/YAMLSerialization.cpp
|