summaryrefslogtreecommitdiffstats
path: root/tools/clang-format/clang-format.el
Commit message (Expand)AuthorAgeFilesLines
* Use UTF-8 for all communication with clang-formatPhilipp Stephani2017-01-201-11/+16
* Make sure that clang-format input is in the right encodingPhilipp Stephani2017-01-171-1/+5
* Minor cleanups in clang-format.el.Manuel Klimek2016-10-041-41/+48
* clang-format: Make emacs integration work with narrowed buffers.Daniel Jasper2016-09-121-1/+1
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-1/+0
* clang-format: Add include sorting capabilities to sublime, emacs andDaniel Jasper2015-10-071-0/+1
* Reapply r236854 and fixed r236867.Daniel Jasper2015-05-101-6/+11
* Revert "Make emacs show when clang-format encountered a syntax error."Tobias Grosser2015-05-081-11/+6
* Make emacs show when clang-format encountered a syntax error.Manuel Klimek2015-05-081-6/+11
* Make clang-format work in emacs buffers with unicode characters.Manuel Klimek2015-01-191-11/+16
* Update clang-format.el to use xml output and patch in the returned chunks.Manuel Klimek2015-01-131-46/+86
* Improve clang-format.el.Manuel Klimek2015-01-081-48/+117
* clang-format: Make it possible to (require 'clang-format)Justin Bogner2014-11-051-0/+2
* clang-format: Add -assume-filename option for editor integrations.Daniel Jasper2013-09-131-1/+3
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-021-1/+1
* Make it possible to assign clang-format-buffer to a keybinding.Manuel Klimek2013-06-111-0/+1
* Fix off-by-one error in clang-format's emacs integration.Daniel Jasper2013-05-211-2/+2
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-211-4/+12
* Update clang-format emacs integration.Daniel Jasper2013-05-141-15/+29
* Further fix to clang-format emacs integration.Daniel Jasper2013-05-071-1/+1
* Fix clang-format emacs integration in last line.Daniel Jasper2013-05-071-2/+2
* Fix scrolling bug in clang-format's emacs integration.Daniel Jasper2013-04-251-5/+9
* Small improvements to clang-format documentation and integrationDaniel Jasper2013-04-171-7/+7
* Provide better emacs integration.Daniel Jasper2013-04-121-33/+13
* Improvements to clang-format integrations.Daniel Jasper2013-04-091-0/+47