r184176 - Update to pass in pointers intead of references.

Bill Wendling isanbard at gmail.com
Tue Jun 18 11:05:37 PDT 2013


On Jun 18, 2013, at 7:29 AM, David Blaikie <dblaikie at gmail.com> wrote:

> 
> On Jun 18, 2013 12:24 AM, "Bill Wendling" <isanbard at gmail.com> wrote:
> >
> > Author: void
> > Date: Tue Jun 18 02:22:05 2013
> > New Revision: 184176
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=184176&view=rev
> > Log:
> > Update to pass in pointers intead of references.
> 
> Why?
> 
Basically, these objects may change during compilation. This allows us to change them when that happens.

-bw





More information about the cfe-commits mailing list