Changeset View
Changeset View
Standalone View
Standalone View
source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
Context not available. | |||||
const DWARFDIE &die) = 0; | const DWARFDIE &die) = 0; | ||||
virtual bool | virtual bool | ||||
CanCompleteType (const lldb_private::CompilerType &compiler_type) | CanCompleteType(const lldb_private::CompilerType &compiler_type) | ||||
clayborg: Can probably do this later when there are changes to this file other than clang format only… | |||||
{ | { | ||||
return false; | return false; | ||||
} | } | ||||
virtual bool | virtual bool | ||||
CompleteType (const lldb_private::CompilerType &compiler_type) | CompleteType(const lldb_private::CompilerType &compiler_type) | ||||
clayborgUnsubmitted Not Done ReplyInline ActionsCan probably do this later when there are changes to this file other than clang format only changes. clayborg: Can probably do this later when there are changes to this file other than clang format only… | |||||
{ | { | ||||
return false; | return false; | ||||
} | } | ||||
Context not available. |
Can probably do this later when there are changes to this file other than clang format only changes.