[Lldb-commits] [lldb] r245122 - Unbreak the windows and linux buildbots.
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 14 16:16:12 PDT 2015
Author: gclayton
Date: Fri Aug 14 18:16:12 2015
New Revision: 245122
URL: http://llvm.org/viewvc/llvm-project?rev=245122&view=rev
Log:
Unbreak the windows and linux buildbots.
Modified:
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h?rev=245122&r1=245121&r2=245122&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h (original)
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h Fri Aug 14 18:16:12 2015
@@ -69,7 +69,7 @@ public:
friend class SymbolFileDWARFDebugMap;
friend class DebugMapModule;
friend class DWARFCompileUnit;
- friend class ClangASTContext;
+ friend class lldb_private::ClangASTContext;
//------------------------------------------------------------------
// Static Functions
//------------------------------------------------------------------
@@ -136,8 +136,8 @@ public:
uint32_t type_mask,
lldb_private::TypeList &type_list) override;
- virtual lldb_private::ClangASTContext &
- GetClangASTContext ();
+ lldb_private::ClangASTContext &
+ GetClangASTContext () override;
lldb_private::TypeSystem *
GetTypeSystemForLanguage (lldb::LanguageType language) override;
More information about the lldb-commits
mailing list