- Updated the documentation
- Added a test for >2 arguments
- Added a check for the lexical concatenation
- Made the existing test a bit stricter.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Daniel,
Sorry about the delay, improving documentation's a worthy cause.
docs/TableGen/LangIntro.rst | ||
---|---|---|
163 | This should probably be updated to either !strconcat(a, ...) or !strconcat(a, b, ...). Is a single argument supported, BTW? |
Comment Actions
Hi Tim,
Thanks for the review.
docs/TableGen/LangIntro.rst | ||
---|---|---|
163 | I agree, I'll update it to !strconcat(a, b, ...)
No, it reports an error if it only gets one argument. |
Comment Actions
Excellent! Thanks Daniel. That answers all the questions I had looking at the updated documentation so go for it!
Cheers.
Tim.
This should probably be updated to either !strconcat(a, ...) or !strconcat(a, b, ...). Is a single argument supported, BTW?