[C++11] DwarfDebug: Turn single-use functors into lambdas.
[oota-llvm.git] / docs / TableGenFundamentals.rst
index 5d529c396accb1a9608a785ed7728a77b499f198..8f3d07c39210c9686b148e5989d2c86b51aa3004 100644 (file)
@@ -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.