diff options
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 54e8c26878a3..388a090577f8 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -333,8 +333,9 @@ The TableGen types are:</p> <dd>This type represents a nestable directed graph of elements.</dd> <dt><tt><b>code</b></tt></dt> - <dd>This represents a big hunk of text. NOTE: I don't remember why this is - distinct from string!</dd> + <dd>This represents a big hunk of text. This is lexically distinct from + string values because it doesn't require escapeing double quotes and other + common characters that occur in code.</dd> </dl> <p>To date, these types have been sufficient for describing things that @@ -794,7 +795,7 @@ This should highlight the APIs in <tt>TableGen/Record.h</tt>.</p> <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2010-03-27 03:53:27 +0100 (Sat, 27 Mar 2010) $ + Last modified: $Date: 2010-04-22 18:45:27 +0200 (Thu, 22 Apr 2010) $ </address> </body> |