summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/git-clang-format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] [PR36858] Add missing .hh and .cs extensions from python suppo...Paul Hoad2019-09-241-1/+2
* [git-clang-format] recognize hxx as a C++ fileMiklos Vajna2019-06-211-1/+1
* git-clang-format: Remove trailing whitespace in docstring. NFC.Sam Clegg2019-06-191-13/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
* [git-clang-format] Process CUDA filesJonas Hahnfeld2018-01-281-0/+1
* [clang-format] Allow git-clang-format to handle empty extensions.Eric Fiselier2017-06-151-0/+2
* Make git-clang-format python 3 compatibleEric Fiselier2017-05-251-4/+30
* Fix Python 2 vs 3 incompatability with dict.items() vs iteritems()Eric Fiselier2017-04-201-1/+6
* Begin making git-clang-format python3 compatible.Eric Fiselier2017-04-201-21/+25
* clang-format: Use git-ls-tree to get file mode in diff modeStephen Hines2016-11-081-1/+10
* clang-format: Add an option to git-clang-format to diff between to commitsStephen Hines2016-09-221-50/+97
* clang-format: Add Java detection to git-clang-format.Stephen Hines2016-09-131-0/+1
* clang-format: Add TypeScript detection to git-clang-format.Daniel Jasper2015-06-191-0/+1
* Use /usr/bin/env python instead of /usr/bin/python.Ed Schouten2014-09-021-1/+1
* clang-format: Add proto files and JavaScript to git-clang-format.Daniel Jasper2014-04-091-0/+3
* Simplify git-clang-format by using new -lines option.Daniel Jasper2013-08-011-44/+12
* Fix ranges computed by git clang-format.Daniel Jasper2013-07-021-2/+2
* clang-format integration for git.Daniel Jasper2013-05-231-0/+513
OpenPOWER on IntegriCloud