History log of /external/clang/tools/clang-format/git-clang-format
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bcf27bb9a4b5c3f79cb44c0e4654a6d7619ad89 29-May-2014 Stephen Hines <srhines@google.com> Update Clang for 3.5 rebase (r209713).

Change-Id: I8c9133b0f8f776dc915f270b60f94962e771bc83
/external/clang/tools/clang-format/git-clang-format
65e2b74344de606145c0bc5aa6209d375db9e5eb 01-Aug-2013 Daniel Jasper <djasper@google.com> Simplify git-clang-format by using new -lines option.

Patch by Mark Lodato. Thank you!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187592 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/clang-format/git-clang-format
aad1422fa167ff8508c7e56772b0ba1974e4aa00 02-Jul-2013 Daniel Jasper <djasper@google.com> Fix ranges computed by git clang-format.

Before, the computed byte range would include the trailing newline.
clang-format on the other hand counts whitespace as belonging to the
following token, so that git-clang-format inadvertendly reformats the
first unmodified line as well.

It is not entirely clear whether clang-format's behavior itself should
be modified, but for now this seems to be a safe change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185423 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/clang-format/git-clang-format
4507a2cc6f65c8891c574cf0d80c1cad2d3cffaa 23-May-2013 Daniel Jasper <djasper@google.com> clang-format integration for git.

Put this somewhere on your path and use:

git clang-format

Awesome work by Mark Lodato. Many thanks!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182596 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/tools/clang-format/git-clang-format