Skip to content

Commit b657d21

Browse files
authored
Merge pull request #433 from compnerd/labored-elaborated
Cherry-pick fixes for Windows
2 parents 6cbb763 + 7b6f9bd commit b657d21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Symbol/ClangASTContext.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9134,7 +9134,7 @@ void ClangASTContext::DumpFromSymbolFile(Stream &s,
91349134

91359135
void ClangASTContext::DumpValue(
91369136
lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, Stream *s,
9137-
lldb::Format format, const DataExtractor &data,
9137+
lldb::Format format, const lldb_private::DataExtractor &data,
91389138
lldb::offset_t data_byte_offset, size_t data_byte_size,
91399139
uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool show_types,
91409140
bool show_summary, bool verbose, uint32_t depth) {
@@ -9593,8 +9593,8 @@ static bool DumpEnumValue(const clang::QualType &qual_type, Stream *s,
95939593

95949594
bool ClangASTContext::DumpTypeValue(
95959595
lldb::opaque_compiler_type_t type, Stream *s, lldb::Format format,
9596-
const DataExtractor &data, lldb::offset_t byte_offset, size_t byte_size,
9597-
uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset,
9596+
const lldb_private::DataExtractor &data, lldb::offset_t byte_offset,
9597+
size_t byte_size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset,
95989598
ExecutionContextScope *exe_scope,
95999599
bool is_base_class) {
96009600
if (!type)

0 commit comments

Comments
 (0)