aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-format/clang-format.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-19clang-format: Add capability to format the diff on save in vim.Daniel Jasper1-2/+13
2016-12-10[clang-format] Another attempt at python 3 compatibilityVedant Kumar1-1/+7
2016-10-27Attempt to make clang-format.py python 3 - compatible.Alexander Kornienko1-1/+1
2016-10-27Fix warnings from python difflib.Alexander Kornienko1-3/+3
2016-10-24Fix clang-format vim integration issue with non-ascii charactersAlexander Kornienko1-1/+1
2016-08-31[clang-format-vim] Support vim linked against py3Luke Drummond1-7/+11
2015-11-16clang-format: Enable #include sorting by default.Daniel Jasper1-1/+1
2015-09-23clang-format: Add initial #include sorting capabilities.Daniel Jasper1-1/+1
2015-07-11clang-format: Extend vim integration so that a line range can be passed in.Daniel Jasper1-2/+16
2015-06-04Fix terrible python goof in clang-format.py which broke my vimChandler Carruth1-1/+1
2015-06-02Make vim also output a helpful message in some error cases.Manuel Klimek1-0/+2
2015-04-17clang-format: Add default fallback style.Daniel Jasper1-0/+1
2015-04-16clang-format: add an option for fallback style in vimrcDaniel Jasper1-0/+4
2014-11-04clang-format: Fix vim integration if g:clang_format_binary doesn't existDaniel Jasper1-1/+1
2014-11-02clang-format: permit setting the path to clang in vimrcSaleem Abdulrasool1-0/+3
2014-11-02docs: remove double carriage-returnSaleem Abdulrasool1-1/+1
2014-10-27clang-format: improve vim integration docsSaleem Abdulrasool1-2/+2
2014-05-22clang-format: Fix vim-integration for empty files.Daniel Jasper1-1/+6
2014-04-17clang-format.py: Don't omit the first two words from error messages.Nico Weber1-6/+1
2014-03-10Add a main function to the clang-format.py vim integration.Ahmed Charles1-40/+43
2013-10-25clang-format.py: Make formatting unnamed buffers work again (broke in r190691).Nico Weber1-3/+4
2013-09-13clang-format: Add -assume-filename option for editor integrations.Daniel Jasper1-1/+2
2013-09-10Allow _clang-format as alternative to .clang-format config filenameHans Wennborg1-1/+2
2013-09-02Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth1-3/+4
2013-07-22Fix bug in clang-format's vim integration cause by r186789.Daniel Jasper1-1/+1
2013-07-21clang-format: Smarter replacement in the vim integration.Daniel Jasper1-7/+6
2013-07-20Use -lines option instead of -offset/-length. This fixes problems with files ...Alexander Kornienko1-6/+3
2013-07-19Improve clang-format vim integration.Daniel Jasper1-2/+2
2013-06-10[clang-format] Don't flash an ugly cmd prompt in Vim on WindowsReid Kleckner1-1/+9
2013-05-21Let clang-format move the cursor appropriately.Daniel Jasper1-9/+15
2013-04-09Improvements to clang-format integrations.Daniel Jasper1-1/+6
2013-03-20Add clang-format binary to cfe.Daniel Jasper1-0/+60