]> granicus.if.org Git - clang/commitdiff
inserting a qualtype adds quotes implicitly
authorChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2008 20:27:13 +0000 (20:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Nov 2008 20:27:13 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59915 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.html

index 05918fa63c4762ba38727c1232a4d8c22cf94811..91a12a93b9e9d517f38f41aeab4d81f55c2ce4be 100644 (file)
@@ -177,7 +177,7 @@ are some simple format strings:</p>
   "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>