Skip to content

Commit 9dbe7e9

Browse files
committed
[lldb][ClangASTSource] Mark ClangASTSourceProxy as ImporterBackedASTSource
1 parent 0e67299 commit 9dbe7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class ClangASTSource : public ImporterBackedASTSource,
214214
///
215215
/// Clang AST contexts like to own their AST sources, so this is a state-
216216
/// free proxy object.
217-
class ClangASTSourceProxy : public clang::ExternalASTSource {
217+
class ClangASTSourceProxy : public ImporterBackedASTSource {
218218
public:
219219
ClangASTSourceProxy(ClangASTSource &original) : m_original(original) {}
220220

0 commit comments

Comments
 (0)