[llvm] r186608 - Fix -Wdocumentation warning

Reid Kleckner rnk at google.com
Fri Jul 19 04:49:01 PDT 2013


Thank you!


On Thu, Jul 18, 2013 at 5:00 PM, Hans Wennborg <hans at hanshq.net> wrote:

> Author: hans
> Date: Thu Jul 18 16:00:12 2013
> New Revision: 186608
>
> URL: http://llvm.org/viewvc/llvm-project?rev=186608&view=rev
> Log:
> Fix -Wdocumentation warning
>
> s/Tokenize/Tokenizer/ to make the comment correspond to the
> parameter name
>
> Modified:
>     llvm/trunk/include/llvm/Support/CommandLine.h
>
> Modified: llvm/trunk/include/llvm/Support/CommandLine.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=186608&r1=186607&r2=186608&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/Support/CommandLine.h (original)
> +++ llvm/trunk/include/llvm/Support/CommandLine.h Thu Jul 18 16:00:12 2013
> @@ -1792,7 +1792,7 @@ typedef void (*TokenizerCallback)(String
>  /// before expansion and will be modified in place.
>  ///
>  /// \param [in] Saver Delegates back to the caller for saving parsed
> strings.
> -/// \param [in] Tokenize Tokenization strategy. Typically Unix or Windows.
> +/// \param [in] Tokenizer Tokenization strategy. Typically Unix or
> Windows.
>  /// \param [in,out] Argv Command line into which to expand response files.
>  /// \return true if all @files were expanded successfully or there were
> none.
>  bool ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer,
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130719/afdd6888/attachment.html>


More information about the llvm-commits mailing list