summaryrefslogtreecommitdiffstats
path: root/tools/clang-format/clang-format.py
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix lines=all case in clang-format.pyKrasimir Georgiev2017-09-051-1/+1
* [clang-format] Fix lines regression in clang-format.pyKrasimir Georgiev2017-08-221-1/+1
* clang-format: Add capability to format the diff on save in vim.Daniel Jasper2017-06-191-2/+13
* [clang-format] Another attempt at python 3 compatibilityVedant Kumar2016-12-101-1/+7
* Attempt to make clang-format.py python 3 - compatible.Alexander Kornienko2016-10-271-1/+1
* Fix warnings from python difflib.Alexander Kornienko2016-10-271-3/+3
* Fix clang-format vim integration issue with non-ascii charactersAlexander Kornienko2016-10-241-1/+1
* [clang-format-vim] Support vim linked against py3Luke Drummond2016-08-311-7/+11
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-1/+1
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-1/+1
* clang-format: Extend vim integration so that a line range can be passed in.Daniel Jasper2015-07-111-2/+16
* Fix terrible python goof in clang-format.py which broke my vimChandler Carruth2015-06-041-1/+1
* Make vim also output a helpful message in some error cases.Manuel Klimek2015-06-021-0/+2
* clang-format: Add default fallback style.Daniel Jasper2015-04-171-0/+1
* clang-format: add an option for fallback style in vimrcDaniel Jasper2015-04-161-0/+4
* clang-format: Fix vim integration if g:clang_format_binary doesn't existDaniel Jasper2014-11-041-1/+1
* clang-format: permit setting the path to clang in vimrcSaleem Abdulrasool2014-11-021-0/+3
* docs: remove double carriage-returnSaleem Abdulrasool2014-11-021-1/+1
* clang-format: improve vim integration docsSaleem Abdulrasool2014-10-271-2/+2
* clang-format: Fix vim-integration for empty files.Daniel Jasper2014-05-221-1/+6
* clang-format.py: Don't omit the first two words from error messages.Nico Weber2014-04-171-6/+1
* Add a main function to the clang-format.py vim integration.Ahmed Charles2014-03-101-40/+43
* clang-format.py: Make formatting unnamed buffers work again (broke in r190691).Nico Weber2013-10-251-3/+4
* clang-format: Add -assume-filename option for editor integrations.Daniel Jasper2013-09-131-1/+2
* Allow _clang-format as alternative to .clang-format config filenameHans Wennborg2013-09-101-1/+2
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-021-3/+4
* Fix bug in clang-format's vim integration cause by r186789.Daniel Jasper2013-07-221-1/+1
* clang-format: Smarter replacement in the vim integration.Daniel Jasper2013-07-211-7/+6
* Use -lines option instead of -offset/-length. This fixes problems with files ...Alexander Kornienko2013-07-201-6/+3
* Improve clang-format vim integration.Daniel Jasper2013-07-191-2/+2
* [clang-format] Don't flash an ugly cmd prompt in Vim on WindowsReid Kleckner2013-06-101-1/+9
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-211-9/+15
* Improvements to clang-format integrations.Daniel Jasper2013-04-091-1/+6
* Add clang-format binary to cfe.Daniel Jasper2013-03-201-0/+60