asutton/clang

Make certain declarations work like tuples

asutton opened this issue · 2 comments

I should be able to write this:

for... (auto x : $T) /* Code here */

whenever T is a scoped declaration.

This is purely a library extension.

This is implemented, but not yet pushed.

Implemented in 4ef042c.