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)
commit9be2c5cf174b306e6e45ebcabae231631b0bda19
treefcab1d640da120787ba581d474f30e2361c27d43
parentb8914dd4715130124f1c51a31a05db1833dcba19
Add clang-format binary to cfe.

llvm-svn: 177506
clang/tools/CMakeLists.txt
clang/tools/clang-format/CMakeLists.txt [new file with mode: 0644]
clang/tools/clang-format/ClangFormat.cpp [new file with mode: 0644]
clang/tools/clang-format/Makefile [new file with mode: 0644]
clang/tools/clang-format/clang-format-diff.py [new file with mode: 0755]
clang/tools/clang-format/clang-format.py [new file with mode: 0644]