summaryrefslogtreecommitdiff
path: root/tools/clang-format/clang-format-diff.py
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] [PR36858] Add missing .hh and .cs extensions from python suppo...Paul Hoad2019-09-241-2/+2
* Improve clang-format-diff help outputNico Weber2019-07-231-8/+4
* [tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton2019-02-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Portable Python script across Python versionSerge Guelton2019-01-031-4/+5
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
* Portable Python script across Python versionSerge Guelton2018-12-181-0/+1
* clang-format-diff: Make it work with python3 tooKrasimir Georgiev2018-08-031-10/+15
* Add the --no-color option to the git call in the doc when using clang-format-...Sylvestre Ledru2016-12-031-1/+1
* clang-format-diff: Replace hard-code default for clang-format binary with flag.Daniel Jasper2016-01-201-9/+6
* clang-format: Add include sorting capabilities to sublime, emacs andDaniel Jasper2015-10-071-0/+4
* clang-format: Recognize the .ts (TypeScript) extension as JavaScript.Daniel Jasper2015-03-111-1/+1
* clang-format: Make clang-format-diff.py format java files.Daniel Jasper2014-12-081-1/+1
* clang-format: Give clang-format-diff.py a -v option.Daniel Jasper2014-11-141-0/+4
* Use /usr/bin/env python instead of /usr/bin/python.Ed Schouten2014-09-021-1/+1
* clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper2014-05-141-1/+2
* clang-format: Enable formatting for .proto and .protodevel files.Daniel Jasper2014-01-211-1/+2
* Fix usage description of clang-format-diff.py.Daniel Jasper2013-12-191-2/+2
* clang-format-diff.py: fix -regex/-iregex matchingAlp Toker2013-12-181-4/+4
* clang-format-diff.py: add the OpenCL file extensionAlp Toker2013-12-181-1/+1
* Added -iregex for case-insensitive regex to filter file names.Alexander Kornienko2013-12-161-5/+13
* clang-format-diff.py: Support -regex filter and more filename extensionsAlp Toker2013-12-101-4/+5
* clang-format-diff.py: pass through errors to stderr, not stdoutAlp Toker2013-12-051-5/+2
* clang-format-diff.py: Fix 'beintroduced' in help outputAlp Toker2013-12-041-1/+1
* Changed clang-format-diff.py to output diff by default. Added -i option to ap...Alexander Kornienko2013-10-111-3/+22
* clang-format: Don't exit with failure on empty files.Daniel Jasper2013-10-081-1/+2
* clang-format: Fix clang-format-diff.py according to diff specification.Daniel Jasper2013-10-021-2/+5
* Fix clang-format-diff.py to accept -style again.Daniel Jasper2013-09-211-1/+1
* Simplify clang-format-diff.py using new clang-format options.Daniel Jasper2013-09-181-59/+26
* Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko2013-09-021-3/+5
* Fix default value of clang-format-diff's -p option.Daniel Jasper2013-05-301-1/+1
* Small improvements to clang-format documentation and integrationDaniel Jasper2013-04-171-1/+2
* Fix clang-format-diff.py script.Daniel Jasper2013-04-121-1/+1
* Improvements to clang-format integrations.Daniel Jasper2013-04-091-5/+5
* Add clang-format binary to cfe.Daniel Jasper2013-03-201-0/+115