aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2013-01-30 17:53:07 +0000
committerJames Dennett <jdennett@google.com>2013-01-30 17:53:07 +0000
commit19e448df800048314d2f54487c48a3b33231e291 (patch)
treef40656033c8a0410e7b78d1629bcf7925c0e2705
parentf494e4814010885dbe6abac705244fecae905b40 (diff)
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
-rw-r--r--include/clang/Frontend/FrontendAction.h2
1 files changed, 1 insertions, 1 deletions
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.