Lines Matching full:clang
52 <a href="http://clang.llvm.org/">clang</a>. Clang is a C family
53 ([Objective]C/C++) compiler. Clang mostly works on Windows, but does not
55 this, clang cannot parse the C++ standard library included with Visual Studio,
57 compile. Clang can be used to emit bitcode, directly emit object files or
255 % clang -c hello.c -emit-llvm -o hello.bc
265 <p>Alternatively you can directly output an executable with clang with:
270 % clang hello.c -o hello.exe
274 <p>The <tt>-o hello.exe</tt> is required because clang currently outputs