mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[docs] [tblgen] clarify that code fragments are just string literals
Fun fact: looking at the TableGen code (around TGParser.cpp:1166), the only difference in handling is that adjacent regular string literals are concatenated in the parser. llvm-svn: 201035
This commit is contained in:
parent
aeed213757
commit
be66b96ad6
@ -289,7 +289,7 @@ supported include:
|
||||
string value
|
||||
|
||||
``[{ ... }]``
|
||||
code fragment
|
||||
usually called a "code fragment", but is just a multiline string literal
|
||||
|
||||
``[ X, Y, Z ]<type>``
|
||||
list value. <type> is the type of the list element and is usually optional.
|
||||
|
Loading…
Reference in New Issue
Block a user