swift
42df9c4c
- [send-non-sendable] Cleanup logging a little.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
1 year ago
[send-non-sendable] Cleanup logging a little. Specifically: 1. Converted llvm::errs() -> llvm::dbgs() when using LLVM_DEBUG. 2. Converted a dump method on errs to be a print method on dbgs that is called from dump with print(llvm::dbgs()).
References
#68466 - [send-non-sendable] Treat final fields of actors and values returned from actor methods as non-transferrable
Author
gottesmm
Committer
gottesmm
Parents
336ed714
Files
2
include/swift/SILOptimizer/Utils
PartitionUtils.h
lib/SILOptimizer/Mandatory
SendNonSendable.cpp
Loading