You've added some extra whitespace in the definition of CXDiagnosticSeverity.<div>Perhaps more importantly, the enum isn't in increasing order anymore.<br></div><br><div>On Tue Feb 25 2014 at 2:22:14 AM, Tobias Grosser <<a href="mailto:tobias@grosser.es">tobias@grosser.es</a>> wrote:</div>
<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<br>
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<br>
some additional information provided to the user. In contrast to a<br>
'note' a 'remark' is an independent diagnostic, whereas a 'note' always<br>
depends on another diagnostic.<br>
<br>
A typical use case for remark nodes is information provided to the user,<br>
e.g. information provided by the vectorizer about loops that have been<br>
vectorized.<br>
--------------<br>
<br>
A review would be highly appreciated.<br>
<br>
Tobias<br>
______________________________<u></u>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">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/<u></u>mailman/listinfo/cfe-commits</a><br>
</blockquote>