Index: cfe/trunk/www/diagnostics.html =================================================================== --- cfe/trunk/www/diagnostics.html +++ cfe/trunk/www/diagnostics.html @@ -244,7 +244,7 @@ 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 @@ 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 @@

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