mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
split dump() into two functions, LLDB doesn't know about default arguments.
Swift SVN r8551
This commit is contained in:
@@ -163,7 +163,8 @@ public:
|
||||
void verify() const;
|
||||
|
||||
/// Pretty-print the SILFunction.
|
||||
void dump(bool Verbose = false) const;
|
||||
void dump(bool Verbose) const;
|
||||
void dump() const { dump(false); }
|
||||
|
||||
/// Pretty-print the SILFunction with the designated stream as a 'sil'
|
||||
/// definition.
|
||||
|
||||
Reference in New Issue
Block a user