r220268 - Add missing qualifier to documentation.
Nick Lewycky
nicholas at mxc.ca
Mon Oct 20 23:44:23 PDT 2014
Author: nicholas
Date: Tue Oct 21 01:44:23 2014
New Revision: 220268
URL: http://llvm.org/viewvc/llvm-project?rev=220268&view=rev
Log:
Add missing qualifier to documentation.
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=220268&r1=220267&r2=220268&view=diff
==============================================================================
--- cfe/trunk/docs/RAVFrontendAction.rst (original)
+++ cfe/trunk/docs/RAVFrontendAction.rst Tue Oct 21 01:44:23 2014
@@ -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;
}
More information about the cfe-commits
mailing list