diff options
Diffstat (limited to 'lib/Frontend/ASTUnit.cpp')
-rw-r--r-- | lib/Frontend/ASTUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/ASTUnit.cpp b/lib/Frontend/ASTUnit.cpp index 5617df6881..1db81cb13e 100644 --- a/lib/Frontend/ASTUnit.cpp +++ b/lib/Frontend/ASTUnit.cpp @@ -1661,7 +1661,7 @@ namespace { Next.ProcessOverloadCandidates(S, CurrentArg, Candidates, NumCandidates); } - virtual llvm::BumpPtrAllocator &getAllocator() { + virtual CodeCompletionAllocator &getAllocator() { return Next.getAllocator(); } }; |