From: Kristina Brooks Date: Sat, 29 Sep 2018 09:45:21 +0000 (+0000) Subject: [clang][www] Fix typo. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c054dc4db1e0608bc024a1b46715e7dcae2f4432;p=clang [clang][www] Fix typo. NFC Fix a one letter typo in diagnostics.html. (Wanted to try it with arcanist). Patch by king6cong Differential Revision: https://reviews.llvm.org/D52511 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343372 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/diagnostics.html b/www/diagnostics.html index 2bb8685b2d..dff2da0210 100755 --- a/www/diagnostics.html +++ b/www/diagnostics.html @@ -244,7 +244,7 @@ Default: template diff with type elision t.cc:4:5: note: candidate function not viable: no known conversion for 1st argument; vector< map< - [...], + [...], [float != double]>> -fdiagnostics-show-template-tree -fno-elide-type: template tree printing with no elision @@ -252,7 +252,7 @@ Default: template diff with type elision t.cc:4:5: note: candidate function not viable: no known conversion for 1st argument; vector< map< - int, + int, [float != double]>> @@ -292,7 +292,7 @@ implements the "wwopen" class of APIs):

In practice, we've found that Clang's treatment of macros is actually more useful in multiply nested -macros that in simple ones.

+macros than in simple ones.

Quality of Implementation and Attention to Detail