]> granicus.if.org Git - clang/commitdiff
Add missing qualifier to documentation.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 21 Oct 2014 06:44:23 +0000 (06:44 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 21 Oct 2014 06:44:23 +0000 (06:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220268 91177308-0d34-0410-b5e6-96231b3b80d8

docs/RAVFrontendAction.rst

index 827e6007a78bbf87dc91d0ca8ebe12efe31bce66..288a91d36cb13bc0114517871b5d30be5aef66ef 100644 (file)
@@ -25,7 +25,7 @@ unit.
 
       class FindNamedClassAction : public clang::ASTFrontendAction {
       public:
-        virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(
+        virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
           clang::CompilerInstance &Compiler, llvm::StringRef InFile) {
           return new FindNamedClassConsumer;
         }