[cfe-commits] r59604 - /cfe/trunk/lib/Parse/ParseObjc.cpp

Daniel Dunbar daniel at zuster.org
Wed Nov 19 02:25:14 PST 2008


On Tue, Nov 18, 2008 at 11:41 PM, Chris Lattner <sabre at nondot.org> wrote:
> +  llvm::SmallString<100> SelectorName;
> +  SelectorName += "set";

This '+=' is confusing, '=' is ok?

 - Daniel



More information about the cfe-commits mailing list