r208380 - Fix filename in file header comment.

Chandler Carruth chandlerc at google.com
Fri May 9 00:36:33 PDT 2014


Having had to update these *soo* often, it has actually taken a non-trivial
amount of my time. Emphatic +1 to moving on.

I'll volunteer to propose and implement the change for everything.


On Thu, May 8, 2014 at 5:50 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> BTW, would it be ok if we just stopped including the file name in a
> comment?
>
> On 8 May 2014 20:39, Nico Weber <nicolasweber at gmx.de> wrote:
> > Author: nico
> > Date: Thu May  8 19:39:59 2014
> > New Revision: 208380
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=208380&view=rev
> > Log:
> > Fix filename in file header comment.
> >
> > Modified:
> >     cfe/trunk/lib/Lex/MacroArgs.cpp
> >
> > Modified: cfe/trunk/lib/Lex/MacroArgs.cpp
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/MacroArgs.cpp?rev=208380&r1=208379&r2=208380&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/lib/Lex/MacroArgs.cpp (original)
> > +++ cfe/trunk/lib/Lex/MacroArgs.cpp Thu May  8 19:39:59 2014
> > @@ -1,4 +1,4 @@
> > -//===--- TokenLexer.cpp - Lex from a token stream
> -------------------------===//
> > +//===--- MacroArgs.cpp - Formal argument info for Macros
> ------------------===//
> >  //
> >  //                     The LLVM Compiler Infrastructure
> >  //
> >
> >
> > _______________________________________________
> > cfe-commits mailing list
> > cfe-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140509/e6286db4/attachment.html>


More information about the cfe-commits mailing list