On 08/03/2008, Chris Lattner <[EMAIL PROTECTED]> wrote: > > clang points into the original input buffer that was lexed from. This > requires keeping the original files mapped into the address space of > the compiler. However, clang only produces diagnostics from the front- > end, not from the middle-end.
So no warnings for uninitialized variables? Cheers, Manuel.