[PATCH] D27094: [StringRef] Use default member initializers and = default.

Malcolm Parsons via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 01:24:12 PST 2016


On 28 November 2016 at 17:51, David Blaikie <dblaikie at gmail.com> wrote:
> Any particular reason for the change?

Eugene Zelenko and I are just code tidying.

This change does remove 2 static constructor calls - PR11944.

> But *shrug* looks good to me, in any case.

Thanks.

-- 
Malcolm Parsons


More information about the llvm-commits mailing list