]> granicus.if.org Git - clang/commit
Add clang-format binary to cfe.
authorDaniel Jasper <djasper@google.com>
Wed, 20 Mar 2013 09:53:23 +0000 (09:53 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 20 Mar 2013 09:53:23 +0000 (09:53 +0000)
commit7c4a9a04b4b2a44259b34078434e087987872095
treea8f60cc98bef2e1ba8f1f8615a56316bd45ef9c2
parent9322aaee900b872c98f8fc10b38a231cb1e9b57a
Add clang-format binary to cfe.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177506 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CMakeLists.txt
tools/clang-format/CMakeLists.txt [new file with mode: 0644]
tools/clang-format/ClangFormat.cpp [new file with mode: 0644]
tools/clang-format/Makefile [new file with mode: 0644]
tools/clang-format/clang-format-diff.py [new file with mode: 0755]
tools/clang-format/clang-format.py [new file with mode: 0644]