klimek added a comment.

1. Can you rebase after r313742? I fixed detection of structured bindings in 
the UnwrappedLineParser, that might affect this patch
2. Isn't LLVM style the reverse? That is, shouldn't that be

  LLVM style:

  auto &&[a, b] = ...

  Pointer/Ref-to-type-style:

  auto&& [a, b] = ...

(and I just notice that I didn't fully clang-format my last patch, argh!)


https://reviews.llvm.org/D35743



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

Reply via email to