diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2014-10-21 06:43:08 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2014-10-21 06:43:08 +0000 |
| commit | 185733eff910b88709130eab6c705a586d0c54af (patch) | |
| tree | 399ea932eb31f4f8b756d075d208ad97d1756001 /clang/docs | |
| parent | e5ed1a4b2c8b85465652e3172024ba23f66a1af8 (diff) | |
| download | bcm5719-llvm-185733eff910b88709130eab6c705a586d0c54af.tar.gz bcm5719-llvm-185733eff910b88709130eab6c705a586d0c54af.zip | |
Update documentation to match API change in r215323.
llvm-svn: 220267
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/RAVFrontendAction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/RAVFrontendAction.rst b/clang/docs/RAVFrontendAction.rst index 2f60ce9e827..827e6007a78 100644 --- a/clang/docs/RAVFrontendAction.rst +++ b/clang/docs/RAVFrontendAction.rst @@ -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; } |

