[PATCH] D85585: Replace TableGen range piece punctuator with '..'

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 15 13:51:12 PDT 2020


Paul-C-Anagnostopoulos added a comment.

In D85585#2219898 <https://reviews.llvm.org/D85585#2219898>, @lattner wrote:

> This looks good to me, but please change this to "..." instead of "..".  Also, in the documentation, please mention that this is an *inclusive* range.  Thank you for working on this!

You're quite welcome. I will change it to '...' and call it "dotdotdot". I chose "range" because the token right above it is called "paste" rather than "sharp".


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85585/new/

https://reviews.llvm.org/D85585



More information about the llvm-commits mailing list