I am actively using the clang's Basic library in my project and in particular its diagnostic part which is great.<div>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.</div>

<div><br></div><div>Thanks,</div><div>Victor</div><div><br></div>