Skip to content
Snippets Groups Projects
Commit fa08e289 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Add missing qualifier to documentation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220268 91177308-0d34-0410-b5e6-96231b3b80d8
parent 43e97cdc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment