[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy

Renato Golin via cfe-dev cfe-dev at lists.llvm.org
Mon Jan 9 07:15:00 PST 2017


On 9 January 2017 at 14:17, Piotr Padlewski via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> - prefer "using' instead of "typedef"
> - use default member initialization
> - use default, override, delete
> - skip "virtual" with override

I thought we had all of those already...


> The last point is to get to consensus with
>
> push_back({first, second})
> or
> emplace_back(first ,second);

I second Chandler's opinion on this.

cheers,
--renato



More information about the cfe-dev mailing list