Lines Matching +refs:clang +refs:format +refs:replace
20 The second piece is the `Clang <http://clang.llvm.org/>`_ front end. This
33 Getting Started <http://clang.llvm.org/get_started.html>`_ page might also be a
50 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
409 any of the examples below, simply replace each of these names with the
530 If you want to check out clang too, run:
535 % git clone http://llvm.org/git/clang.git
598 But you may generate patchset with git-format-patch. It generates by-each-commit
603 % git format-patch --no-attach master..mybranch -o /path/to/your/patchset
610 % git format-patch --attach master..mybranch --stdout | git imap-send
642 # If you have clang too:
644 % git clone http://llvm.org/git/clang.git
645 % cd clang
657 % git fetch && (cd tools/clang && git fetch) # Get matching revisions of both trees.
660 % (cd tools/clang &&
715 generates the build files in whatever format you request as well as various
718 Variables are passed to ``cmake`` on the command line using the format
879 <http://clang.llvm.org/docs/CrossCompilation.html>`_ for more information
1210 Example with clang
1228 % clang hello.c -o hello
1239 % clang -O3 -emit-llvm hello.c -c -o hello.bc
1286 Note that using clang to compile directly to native code (i.e. when the