From: Kristina Brooks Date: Sat, 29 Sep 2018 09:45:21 +0000 (+0000) Subject: [clang][www] Fix typo. NFC X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc2cb4f1c7c24870c23c1d645a00449917e04bb3;p=platform%2Fupstream%2Fllvm.git [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 llvm-svn: 343372 --- diff --git a/clang/www/diagnostics.html b/clang/www/diagnostics.html index 2bb8685..dff2da0 100755 --- a/clang/www/diagnostics.html +++ b/clang/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