Shorten the output of `clang-format --version`, include revision number.
authorNico Weber <nicolasweber@gmx.de>
Tue, 7 Jan 2014 16:27:35 +0000 (16:27 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 7 Jan 2014 16:27:35 +0000 (16:27 +0000)
commitb00d66e6ac9bd12b6988fcbc1c287b0490ec97c5
tree44c3825c005fee602e05387f46e01e70f93d57d7
parente0756452a3126d93768cc8179d3835974bb769b4
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
clang/include/clang/Basic/Version.h
clang/lib/Basic/Version.cpp
clang/tools/clang-format/ClangFormat.cpp