Files
swift-mirror/lib/AST/FrontendSourceFileDepGraphFactory.cpp
Robert Widmann 4804f03430 [NFC] Don't Store An llvm::function_ref
This class was relying on the caller to keep this member alive. In general, this will lead to startling memory ownership bugs if, say, the enumerators were returned from these functions. Pass it in as a parameter instead to formalize that contract.
2020-12-07 15:19:04 -08:00

21 KiB