[cfe-dev] Info diagnostic level

Victor Zverovich victor.zverovich at googlemail.com
Fri Nov 20 01:11:28 PST 2009


I am actively using the clang's Basic library in my project and in
particular its diagnostic part which is great.
However it has the following limitation: it is not possible to report an
"informational" message which is neither warning nor error through it. While
clang doesn't need this functionality it may be useful for other users (me
being one of them :)) without any overhead for clang. The attached patch
introduces the Info diagnostic level.

Thanks,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091120/cb0dca56/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: info-diag.patch
Type: application/octet-stream
Size: 521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091120/cb0dca56/attachment.obj>


More information about the cfe-dev mailing list