search for: ab1d7550

Displaying 1 result from an estimated 1 matches for "ab1d7550".

2017 Jan 09
2
[cfe-dev] Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
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 > >