File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lldb/source/Plugins/TypeSystem/Swift Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ bool TypeSystemSwift::ShouldEnableEmbeddedSwift(CompileUnit *cu) {
113
113
return CheckFlagInCU (cu, " -enable-embedded-swift" );
114
114
}
115
115
116
- void TypeSystemSwift::Dump (llvm::raw_ostream &output) {
116
+ void TypeSystemSwift::Dump (llvm::raw_ostream &output, llvm::StringRef filter ) {
117
117
// TODO: What to dump?
118
118
}
119
119
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ class TypeSystemSwift : public TypeSystem {
213
213
virtual CompilerType ConvertClangTypeToSwiftType (CompilerType clang_type) = 0;
214
214
215
215
// / \see lldb_private::TypeSystem::Dump
216
- void Dump (llvm::raw_ostream &output) override ;
216
+ void Dump (llvm::raw_ostream &output, llvm::StringRef filter ) override ;
217
217
218
218
lldb::Format GetFormat (lldb::opaque_compiler_type_t type) override ;
219
219
You can’t perform that action at this time.
0 commit comments