Clang LLVM doesn't generate warnings in Xcode

Posted by John Gallagher on Stack Overflow See other posts from Stack Overflow or by John Gallagher
Published on 2010-04-04T15:29:42Z Indexed on 2010/04/04 15:33 UTC
Read the original article Hit count: 269

I want lots of lovely warnings when compiling.

I've set my build configuration to be based on a build config file I have. When I switch to GCC 4.0, it generates all the required warnings.

As soon as I change to the Clang LLVM compiler, all the warnings disappear. Every other setting is identical.

What am I missing?

© Stack Overflow or respective owner

Related posts about clang

Related posts about xcode