[cfe-commits] r59915 - /cfe/trunk/docs/InternalsManual.html
Chris Lattner
sabre at nondot.org
Sun Nov 23 12:27:13 PST 2008
Author: lattner
Date: Sun Nov 23 14:27:13 2008
New Revision: 59915
URL: http://llvm.org/viewvc/llvm-project?rev=59915&view=rev
Log:
inserting a qualtype adds quotes implicitly
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=59915&r1=59914&r2=59915&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Sun Nov 23 14:27:13 2008
@@ -177,7 +177,7 @@
"binary integer literals are an extension"
"format string contains '\\0' within the string body"
"more '<b>%%</b>' conversions than data arguments"
- "invalid operands to binary expression ('<b>%0</b>' and '<b>%1</b>')"
+ "invalid operands to binary expression (<b>%0</b> and <b>%1</b>)"
"overloaded '<b>%0</b>' must be a <b>%select{unary|binary|unary or binary}2</b> operator"
" (has <b>%1</b> parameter<b>%s1</b>)"
</pre>
More information about the cfe-commits
mailing list