[llvm-commits] [llvm] r51287 - /llvm/trunk/include/llvm/Support/CommandLine.h

Bill Wendling isanbard at gmail.com
Mon May 19 23:27:03 PDT 2008


Doh! Thanks, Steve!

-bw

On May 19, 2008, at 5:46 PM, Steve Naroff wrote:

> Author: snaroff
> Date: Mon May 19 19:46:15 2008
> New Revision: 51287
>
> URL: http://llvm.org/viewvc/llvm-project?rev=51287&view=rev
> Log:
> Silence a warning about "*/" outside a comment.
>
> 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=51287&r1=51286&r2=51287&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/include/llvm/Support/CommandLine.h (original)
> +++ llvm/trunk/include/llvm/Support/CommandLine.h Mon May 19  
> 19:46:15 2008
> @@ -1257,7 +1257,7 @@
>
> class alias : public Option {
>   Option *AliasFor;
> -  virtual bool handleOccurrence(unsigned pos, const char */ 
> *ArgName*/,
> +  virtual bool handleOccurrence(unsigned pos, const char * / 
> *ArgName*/,
>                                 const std::string &Arg) {
>     return AliasFor->handleOccurrence(pos, AliasFor->ArgStr, Arg);
>   }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list