diff options
| author | Sean Callanan <scallanan@apple.com> | 2010-11-18 02:56:27 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2010-11-18 02:56:27 +0000 |
| commit | 79439e86d1371ab5808fbf507e77b7b8aa3bd8b7 (patch) | |
| tree | 1dee4f7319b378822a3b7661fe8f3981b6345158 /lldb/source/Expression/ClangASTSource.cpp | |
| parent | dca25f69ca63a3f41eed6b6753098fc6be99843d (diff) | |
| download | bcm5719-llvm-79439e86d1371ab5808fbf507e77b7b8aa3bd8b7.tar.gz bcm5719-llvm-79439e86d1371ab5808fbf507e77b7b8aa3bd8b7.zip | |
Updated to the LLVM/Clang of 2010-11-17 at 3:30pm.
llvm-svn: 119677
Diffstat (limited to 'lldb/source/Expression/ClangASTSource.cpp')
| -rw-r--r-- | lldb/source/Expression/ClangASTSource.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/ClangASTSource.cpp b/lldb/source/Expression/ClangASTSource.cpp index 330c1da8129..e808a04386b 100644 --- a/lldb/source/Expression/ClangASTSource.cpp +++ b/lldb/source/Expression/ClangASTSource.cpp @@ -36,6 +36,7 @@ Stmt *ClangASTSource::GetExternalDeclStmt(uint64_t) { return 0; } // for method signatures!) might help. Selector ClangASTSource::GetExternalSelector(uint32_t) { return Selector(); } uint32_t ClangASTSource::GetNumExternalSelectors() { return 0; } +CXXBaseSpecifier *ClangASTSource::GetExternalCXXBaseSpecifiers(uint64_t Offset) { return NULL; } // The core lookup interface. DeclContext::lookup_result ClangASTSource::FindExternalVisibleDeclsByName |

