From 43e97cdcdae70954d35f72655cd7434af27ef703 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 21 Oct 2014 06:43:08 +0000 Subject: [PATCH] Update documentation to match API change in r215323. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220267 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/RAVFrontendAction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RAVFrontendAction.rst b/docs/RAVFrontendAction.rst index 2f60ce9e82..827e6007a7 100644 --- a/docs/RAVFrontendAction.rst +++ b/docs/RAVFrontendAction.rst @@ -25,7 +25,7 @@ unit. class FindNamedClassAction : public clang::ASTFrontendAction { public: - virtual clang::ASTConsumer *CreateASTConsumer( + virtual std::unique_ptr CreateASTConsumer( clang::CompilerInstance &Compiler, llvm::StringRef InFile) { return new FindNamedClassConsumer; } -- 2.50.1