forked from OSchip/llvm-project
2878e965af
Allow hashing FileEntryRef and DirectoryEntryRef via `hash_value`, and use that to implement `DenseMapInfo`. This hash should be equal whenever the entry is the same (the name used to reference it is not relevant). Also add `DirectoryEntryRef::isSameRef` to simplify the implementation and facilitate testing. Differential Revision: https://reviews.llvm.org/D92627 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CharInfoTest.cpp | ||
DiagnosticTest.cpp | ||
FileEntryTest.cpp | ||
FileManagerTest.cpp | ||
LineOffsetMappingTest.cpp | ||
SourceManagerTest.cpp |