r173948 - Documentation: fix link to ExecuteAction(), which was previously typoed as

James Dennett jdennett at google.com
Wed Jan 30 09:53:07 PST 2013


Author: jdennett
Date: Wed Jan 30 11:53:07 2013
New Revision: 173948

URL: http://llvm.org/viewvc/llvm-project?rev=173948&view=rev
Log:
Documentation: fix link to ExecuteAction(), which was previously typoed as
"ExecutionAction()".

Modified:
    cfe/trunk/include/clang/Frontend/FrontendAction.h

Modified: cfe/trunk/include/clang/Frontend/FrontendAction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/FrontendAction.h?rev=173948&r1=173947&r2=173948&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/FrontendAction.h (original)
+++ cfe/trunk/include/clang/Frontend/FrontendAction.h Wed Jan 30 11:53:07 2013
@@ -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.





More information about the cfe-commits mailing list