On Fri, Aug 07, 2020 at 07:56:03AM -0700, Joel Brobecker wrote: > > Pedro has pointed out LLVM's coding standards for "auto", which we may or > > may not want to follow/adopt: > > https://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable
Also see the https://gcc.gnu.org/pipermail/gcc-patches/2020-May/545829.html thread on gcc-patches, including subject 'Describe coding conventions surrounding "auto"' later in the thread. Jakub