diff options
| author | Greg Clayton <gclayton@apple.com> | 2015-08-14 23:16:12 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2015-08-14 23:16:12 +0000 |
| commit | 56de8a4b5688c380e764806a6d51cadb2f1a4260 (patch) | |
| tree | f7f66f9ed2ea277a19cdfce4e7ccc7a52e3cbf46 | |
| parent | 360dac7d58540ec6d5fc03e8836abe56a44f0961 (diff) | |
| download | bcm5719-llvm-56de8a4b5688c380e764806a6d51cadb2f1a4260.tar.gz bcm5719-llvm-56de8a4b5688c380e764806a6d51cadb2f1a4260.zip | |
Unbreak the windows and linux buildbots.
llvm-svn: 245122
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h index fc63c0d5642..853466874d0 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h @@ -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; |

