Recommended Clang command line options
        Posted  
        
            by frou
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by frou
        
        
        
        Published on 2010-04-12T19:06:24Z
        Indexed on 
            2010/04/18
            21:33 UTC
        
        
        Read the original article
        Hit count: 473
        
The Manual for Clang seems to be work in progress, so could you help me formulate the definitive command line options for compiling ANSI-C (AKA C89, C90) with maximum strictness and relevant/helpful warnings?
Clang is a compiler front end for the C, C++, and Objective-C programming languages. It uses the Low Level Virtual Machine (LLVM) as its back end. It is still under development. Its goal is to offer a replacement to the GNU Compiler Collection (GCC)
© Stack Overflow or respective owner