From 19e448df800048314d2f54487c48a3b33231e291 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Wed, 30 Jan 2013 17:53:07 +0000 Subject: [PATCH] Documentation: fix link to ExecuteAction(), which was previously typoed as "ExecutionAction()". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173948 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Frontend/FrontendAction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Frontend/FrontendAction.h b/include/clang/Frontend/FrontendAction.h index 75a8022e65..c67be92472 100644 --- a/include/clang/Frontend/FrontendAction.h +++ b/include/clang/Frontend/FrontendAction.h @@ -69,7 +69,7 @@ protected: /// before BeginSourceFileAction is called. /// /// \return True on success; on failure BeginSourceFileAction(), - /// ExecutionAction() and EndSourceFileAction() will not be called. + /// ExecuteAction() and EndSourceFileAction() will not be called. virtual bool BeginInvocation(CompilerInstance &CI) { return true; } /// \brief Callback at the start of processing a single input. -- 2.50.1