[PATCH] D52511: Fix typo
wangcong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 11:09:46 PDT 2018
king6cong created this revision.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D52511
Files:
clang/www/diagnostics.html
Index: clang/www/diagnostics.html
===================================================================
--- clang/www/diagnostics.html
+++ clang/www/diagnostics.html
@@ -244,15 +244,15 @@
<span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not viable: no known conversion for 1st argument;
vector<
map<
- [...],
+ [...],
[<span class="template-highlight">float</span> != <span class="template-highlight">double</span>]>>
</pre>
-fdiagnostics-show-template-tree -fno-elide-type: template tree printing with no elision
<pre>
<span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not viable: no known conversion for 1st argument;
vector<
map<
- int,
+ int,
[<span class="template-highlight">float</span> != <span class="template-highlight">double</span>]>>
</pre>
@@ -292,7 +292,7 @@
</pre>
<p>In practice, we've found that Clang's treatment of macros is actually more useful in multiply nested
-macros that in simple ones.</p>
+macros than in simple ones.</p>
<h2>Quality of Implementation and Attention to Detail</h2>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52511.166955.patch
Type: text/x-patch
Size: 1174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180925/f99fa224/attachment.bin>
More information about the llvm-commits
mailing list