[PATCH] D52511: Fix typo
Kristina Brooks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 29 02:47:05 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL343372: [clang][www] Fix typo. NFC (authored by kristina, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52511?vs=166955&id=167587#toc
Repository:
rL LLVM
https://reviews.llvm.org/D52511
Files:
cfe/trunk/www/diagnostics.html
Index: cfe/trunk/www/diagnostics.html
===================================================================
--- cfe/trunk/www/diagnostics.html
+++ cfe/trunk/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.167587.patch
Type: text/x-patch
Size: 1186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180929/5253b434/attachment.bin>
More information about the llvm-commits
mailing list