Skip to content

Commit

Permalink
[docs] [tblgen] There is no "code" type.
Browse files Browse the repository at this point in the history
Code fragments are just fancy string literals.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201034 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chisophugis committed Feb 9, 2014
1 parent f408f0f commit 7048c05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/TableGenFundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,6 @@ Class type
``dag``
This type represents a nestable directed graph of elements.

``code``
This represents a big hunk of text. This is lexically distinct from string
values because it doesn't require escaping double quotes and other common
characters that occur in code.

To date, these types have been sufficient for describing things that TableGen
has been used for, but it is straight-forward to extend this list if needed.

Expand Down

0 comments on commit 7048c05

Please sign in to comment.