Files
Jan Svoboda 1b60e78469 [clang][modules] Make ExportDecl a std::pair (#194036)
This PR replaces `llvm::PointerIntPair` with `std::pair` for module
exports. This is NFC that enables a future PR to use a different
(larger) type to represent module references.
2026-04-29 13:56:11 -07:00
..