r220267 - Update documentation to match API change in r215323.
Nick Lewycky
nicholas at mxc.ca
Mon Oct 20 23:43:08 PDT 2014
Author: nicholas
Date: Tue Oct 21 01:43:08 2014
New Revision: 220267
URL: http://llvm.org/viewvc/llvm-project?rev=220267&view=rev
Log:
Update documentation to match API change in r215323.
Modified:
cfe/trunk/docs/RAVFrontendAction.rst
Modified: cfe/trunk/docs/RAVFrontendAction.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/RAVFrontendAction.rst?rev=220267&r1=220266&r2=220267&view=diff
==============================================================================
--- cfe/trunk/docs/RAVFrontendAction.rst (original)
+++ cfe/trunk/docs/RAVFrontendAction.rst Tue Oct 21 01:43:08 2014
@@ -25,7 +25,7 @@ unit.
class FindNamedClassAction : public clang::ASTFrontendAction {
public:
- virtual clang::ASTConsumer *CreateASTConsumer(
+ virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(
clang::CompilerInstance &Compiler, llvm::StringRef InFile) {
return new FindNamedClassConsumer;
}
More information about the cfe-commits
mailing list