mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
fix AbstractionPattern::dump to print a newline, so it can be used from lldb.
Swift SVN r27802
This commit is contained in:
@@ -422,6 +422,7 @@ AbstractionPattern AbstractionPattern::getReferenceStorageReferentType() const {
|
||||
|
||||
void AbstractionPattern::dump() const {
|
||||
print(llvm::errs());
|
||||
llvm::errs() << "\n";
|
||||
}
|
||||
|
||||
void AbstractionPattern::print(raw_ostream &out) const {
|
||||
|
||||
Reference in New Issue
Block a user