hanchenye-llvm-project/clang/tools/clang-format
Nico Weber b00d66e6ac Shorten the output of `clang-format --version`, include revision number.
Before:
  $ clang-format  --version
  LLVM (http://llvm.org/):
    LLVM version 3.5svn
    Optimized build with assertions.
    Built Jan  3 2014 (14:28:46).
    Default target: x86_64-apple-darwin13.0.0
    Host CPU: core-avx-i

Now:
  $ bin/clang-format --version
  clang-format version 3.5 (198452)

llvm-svn: 198694
2014-01-07 16:27:35 +00:00
..
CMakeLists.txt [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 12:40:37 +00:00
ClangFormat.cpp Shorten the output of `clang-format --version`, include revision number. 2014-01-07 16:27:35 +00:00
Makefile [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
clang-format-bbedit.applescript Basic clang-format integration for BBEdit. 2013-05-02 17:37:36 +00:00
clang-format-diff.py Fix usage description of clang-format-diff.py. 2013-12-19 10:21:37 +00:00
clang-format-sublime.py Py3k compat for clang-format Sublime Text extension. 2013-11-08 22:46:56 +00:00
clang-format.el clang-format: Add -assume-filename option for editor integrations. 2013-09-13 13:40:24 +00:00
clang-format.py clang-format.py: Make formatting unnamed buffers work again (broke in r190691). 2013-10-25 20:06:20 +00:00
git-clang-format Simplify git-clang-format by using new -lines option. 2013-08-01 18:17:13 +00:00