[cfe-dev] Info diagnostic level

Sebastian Redl sebastian.redl at getdesigned.at
Fri Nov 20 01:54:16 PST 2009


On Fri, 20 Nov 2009 09:11:28 +0000, Victor Zverovich
<victor.zverovich at googlemail.com> wrote:
> 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.

Isn't Note sufficient?

Sebastian




More information about the cfe-dev mailing list