From: Nick Lewycky Date: Tue, 21 Oct 2014 06:43:08 +0000 (+0000) Subject: Update documentation to match API change in r215323. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43e97cdcdae70954d35f72655cd7434af27ef703;p=clang 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 --- 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; }