"ExecutionAction()".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173948
91177308-0d34-0410-b5e6-
96231b3b80d8
/// 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.