Files
swift-mirror/lib/ClangImporter/SwiftLookupTable.cpp
Ben Barham 70c348129f [ClangImporter] Use new LocalDeclID
There were a number of upstream LLVM changes to `DeclID` in order to
separate "local" and "global" IDs:
07b1177eed
b8e3b2ad66
b467c6b536
https://github.com/llvm/llvm-project/pull/89873
d86cc73bbf
8af86025af
... and probably more.

This likely needs further cleaning up to not use `DeclID` at all.
2024-07-02 16:13:49 -07:00

78 KiB