Home | History | Annotate | Download | only in analyzer

Lines Matching full:clang

42 href="http://lists.llvm.org/mailman/listinfo/cfe-dev">Clang
82 <p>For other platforms, you must build Clang and LLVM manually. To do
84 href="http://clang.llvm.org/get_started.html#build">building Clang from
87 <p>Once the Clang is built, you need to add the following to your path:</p>
91 <li>The location of the <tt>clang</tt> binary.
93 <p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the
94 default), the resultant <tt>clang</tt> binary will be in <tt>$(OBJDIR)/Debug+Asserts/bin</tt>
96 can also do <tt>make install</tt> to install the LLVM/Clang libraries and
104 when clang is built.</p></li>