[cfe-commits] r167901 - /cfe/trunk/include/clang/Rewrite/Core/Rewriter.h
Nick Lewycky
nlewycky at google.com
Tue Nov 13 18:23:22 PST 2012
On 13 November 2012 17:52, Jordan Rose <jordan_rose at apple.com> wrote:
> Moreover, we don't put the function name in the Doxygen comment anymore,
> so that this doesn't happen again. :-)
>
Thanks. I wasn't sure what the current rule was, so I looked at the rest of
the file and found a mix of with and without, with most of them repeating
the function name, so I did that. I'll get it right next time.
On Nov 13, 2012, at 17:33 , Nick Lewycky <nicholas at mxc.ca> wrote:
>
> > Author: nicholas
> > Date: Tue Nov 13 19:33:49 2012
> > New Revision: 167901
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=167901&view=rev
> > Log:
> > This function isn't called SaveFiles any more.
> >
> > Modified:
> > cfe/trunk/include/clang/Rewrite/Core/Rewriter.h
> >
> > Modified: cfe/trunk/include/clang/Rewrite/Core/Rewriter.h
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Rewrite/Core/Rewriter.h?rev=167901&r1=167900&r2=167901&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/include/clang/Rewrite/Core/Rewriter.h (original)
> > +++ cfe/trunk/include/clang/Rewrite/Core/Rewriter.h Tue Nov 13 19:33:49
> 2012
> > @@ -279,7 +279,7 @@
> > buffer_iterator buffer_begin() { return RewriteBuffers.begin(); }
> > buffer_iterator buffer_end() { return RewriteBuffers.end(); }
> >
> > - /// SaveFiles - Save all changed files to disk.
> > + /// overwriteChangedFiles - Save all changed files to disk.
> > ///
> > /// Returns whether not all changes were saved successfully.
> > /// Outputs diagnostics via the source manager's diagnostic engine
> >
> >
> > _______________________________________________
> > 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/20121113/434c03f8/attachment.html>
More information about the cfe-commits
mailing list