[PATCH] [tablegen] !strconcat accepts more than two arguments but this wasn't documented or tested.

Tim Northover t.p.northover at gmail.com
Fri May 2 11:20:27 PDT 2014


Hi Daniel,

Sorry about the delay, improving documentation's a worthy cause.

================
Comment at: docs/TableGen/LangIntro.rst:163
@@ -162,3 +162,3 @@
 
 ``!strconcat(a, b)``
     A string value that is the result of concatenating the 'a' and 'b' strings.
----------------
This should probably be updated to either !strconcat(a, ...) or !strconcat(a, b, ...). Is a single argument supported, BTW?

http://reviews.llvm.org/D3485






More information about the llvm-commits mailing list