juliehockett added a comment.

In https://reviews.llvm.org/D42116#977347, @aaron.ballman wrote:

> Can you give some background on what problem the coding standard is trying to 
> avoid by banning this? For instance, if trailing return types are bad, are 
> deduced return types similarly bad, or are those fine?


The main concern is that of readability. Deduced return types can help 
readability, so those are okay (within reason).


https://reviews.llvm.org/D42116



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to