diff options
author | Sean Callanan <scallanan@apple.com> | 2016-03-28 21:07:53 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2016-03-28 21:07:53 +0000 |
commit | 38167d25368c121bfb81b713d91fd96b72cff6a7 (patch) | |
tree | c458ef24bfb3dd27041c80b1e1cd4410a43e9efa /lldb/source/Plugins/ExpressionParser | |
parent | 86705ba5b1bd0c60556abcd7e05f52d6e84f5dc1 (diff) | |
download | bcm5719-llvm-38167d25368c121bfb81b713d91fd96b72cff6a7.tar.gz bcm5719-llvm-38167d25368c121bfb81b713d91fd96b72cff6a7.zip |
Removed an override of LookupSymbol that mistakenly disabled it for Clang.
llvm-svn: 264659
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser')
-rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h index e94db680e14..2928976592d 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h @@ -70,9 +70,6 @@ public: void RemovePersistentVariable (lldb::ExpressionVariableSP variable) override; - lldb::addr_t - LookupSymbol (const ConstString &name) override { return LLDB_INVALID_ADDRESS; } - void RegisterPersistentDecl (const ConstString &name, clang::NamedDecl *decl); |