<div dir="ltr"><div>Hi Tobias,</div><div><br></div><div>This looks like a typo (mixed 'note' and 'remark'):</div><div><br></div><div>--- a/lib/Frontend/LogDiagnosticPrinter.cpp</div><div>+++ b/lib/Frontend/LogDiagnosticPrinter.cpp</div>
<div>@@ -31,7 +31,8 @@ LogDiagnosticPrinter::~LogDiagnosticPrinter() {</div><div> static StringRef getLevelName(DiagnosticsEngine::Level Level) {</div><div>   switch (Level) {</div><div>   case DiagnosticsEngine::Ignored: return "ignored";</div>
<div>-  case DiagnosticsEngine::Note:    return "note";</div><div>+  case DiagnosticsEngine::Remark:    return "note";</div><div>+  case DiagnosticsEngine::Note:    return "remark";</div><div>
   case DiagnosticsEngine::Warning: return "warning";</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-25 14:20 GMT+04:00 Tobias Grosser <span dir="ltr"><<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to add the following patch. (I submitted a corresponding patch to LLVM).<br>
<br>
--------------<br>
Add 'remark' diagnostic type in clang<br>
<br>
A 'remark' is information that is not an error or a warning, but rather some additional information provided to the user. In contrast to a 'note' a 'remark' is an independent diagnostic, whereas a 'note' always depends on another diagnostic.<br>

<br>
A typical use case for remark nodes is information provided to the user, e.g. information provided by the vectorizer about loops that have been vectorized.<br>
--------------<br>
<br>
A review would be highly appreciated.<span class="HOEnZb"><font color="#888888"><br>
<br>
Tobias<br>
</font></span><br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Best regards,<br>Alexander Musman<br>+79154687051<br>skype: alexander.musman<br><div><br></div>
</div>