Skip to content
Snippets Groups Projects
Commit 46cd8580 authored by James Dennett's avatar James Dennett
Browse files

Fix indentation of a code example in LibTooling's documentation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200944 91177308-0d34-0410-b5e6-96231b3b80d8
parent 273ee0f8
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ version of this example tool is also checked into the clang tree at
int main(int argc, const char **argv) {
CommonOptionsParser OptionsParser(argc, argv, MyToolCategory);
ClangTool Tool(OptionsParser.getCompilations(),
OptionsParser.getSourcePathList());
OptionsParser.getSourcePathList());
return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>());
}
......
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