On 13 November 2012 17:52, Jordan Rose <[email protected]> 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 <[email protected]> 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
> > [email protected]
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to