summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2014-10-21 06:43:08 +0000
committerNick Lewycky <nicholas@mxc.ca>2014-10-21 06:43:08 +0000
commit185733eff910b88709130eab6c705a586d0c54af (patch)
tree399ea932eb31f4f8b756d075d208ad97d1756001 /clang/docs
parente5ed1a4b2c8b85465652e3172024ba23f66a1af8 (diff)
downloadbcm5719-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.rst2
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;
}
OpenPOWER on IntegriCloud