Author: rtrieu
Date: Tue Jun 26 21:36:34 2012
New Revision: 159251

URL: http://llvm.org/viewvc/llvm-project?rev=159251&view=rev
Log:
Add missing words to manual.

Modified:
    cfe/trunk/docs/InternalsManual.html

Modified: cfe/trunk/docs/InternalsManual.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=159251&r1=159250&r2=159251&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Tue Jun 26 21:36:34 2012
@@ -361,7 +361,7 @@
 <tr><td colspan="2"><b>"diff" format</b></td></tr>
 <tr><td>Example:</td><td><tt>"no known conversion %diff{from | to | 
}1,2"</tt></td></tr>
 <tr><td>Class:</td><td>QualType</td></tr>
-<tr><td>Description</td><td><p>This formatter takes two QualTypes and attempts 
to print a template difference between the two.  If tree printing is off, the 
entire text inside the the braces, with the formatted text replacing the pipes. 
 If tree printing is on, the text is not printed and a type tree is printed 
after the diagnostic message.</p></td></tr>
+<tr><td>Description</td><td><p>This formatter takes two QualTypes and attempts 
to print a template difference between the two.  If tree printing is off, the 
entire text inside the the braces is printed, with the formatted text replacing 
the pipes.  If tree printing is on, the text is not printed and a type tree is 
printed after the diagnostic message.</p></td></tr>
     
 </table>
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to