to268 marked 6 inline comments as done. to268 added a comment. In D133289#3784042 <https://reviews.llvm.org/D133289#3784042>, @aaron.ballman wrote:
> auto auto k = 12; // 99% this is intended to be accepted; first `auto` is > the storage class specifier, second `auto` is a redundant storage class > specifier It seems that specifying `auto` twice isn't supported at the time being auto auto test = 12; // error: cannot combine with previous 'auto' declaration specifier Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133289/new/ https://reviews.llvm.org/D133289 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits