Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Genex: Don't segfault on $<FOO,> | Stephen Kelly | 2012-11-27 | 1 | -0/+9 |
| | | | | | | Treat the comma as part of the identifier here. It will later not resolve to a generator expression and the user gets a proper error message. | ||||
* | Genex: Ensure that $<0:...> has a parameter. | Stephen Kelly | 2012-11-27 | 1 | -0/+8 |