summaryrefslogtreecommitdiff
path: root/tools/clang-format
Commit message (Expand)AuthorAge
* Install clang-format's editor integrations in $PREFIX/share/clang/Hans Wennborg2013-11-14
* Use a StringRef. Saves 0.00000000000001s on execution time.Bill Wendling2013-11-09
* Py3k compat for clang-format Sublime Text extension.Sean Silva2013-11-08
* clang-format: Write files atomicallyAlp Toker2013-11-08
* clang-format.py: Make formatting unnamed buffers work again (broke in r190691).Nico Weber2013-10-25
* Changed clang-format-diff.py to output diff by default. Added -i option to ap...Alexander Kornienko2013-10-11
* clang-format: Don't exit with failure on empty files.Daniel Jasper2013-10-08
* clang-format: Fix clang-format-diff.py according to diff specification.Daniel Jasper2013-10-02
* Remove unused variable introduced in 191666David Blaikie2013-09-30
* Moving style option formatting to libFormatEdwin Vane2013-09-30
* Fix clang-format-diff.py to accept -style again.Daniel Jasper2013-09-21
* Simplify clang-format-diff.py using new clang-format options.Daniel Jasper2013-09-18
* clang-format: Add -assume-filename option for editor integrations.Daniel Jasper2013-09-13
* Allow _clang-format as alternative to .clang-format config filenameHans Wennborg2013-09-10
* Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko2013-09-02
* Whitespace changes in help messages + updated help output in .rst file.Alexander Kornienko2013-09-02
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-02
* Simplify git-clang-format by using new -lines option.Daniel Jasper2013-08-01
* Fix bug in clang-format's vim integration cause by r186789.Daniel Jasper2013-07-22
* Install git-clang-format along with clang-format by default.Daniel Jasper2013-07-22
* clang-format: Smarter replacement in the vim integration.Daniel Jasper2013-07-21
* Use -lines option instead of -offset/-length. This fixes problems with files ...Alexander Kornienko2013-07-20
* Improve clang-format vim integration.Daniel Jasper2013-07-19
* Added -lines X:Y option to specify line range to process. This is a more huma...Alexander Kornienko2013-07-18
* Update for llvm API change.Rafael Espindola2013-07-16
* Prevent error message when formatting an empty file.Daniel Jasper2013-07-03
* Fix ranges computed by git clang-format.Daniel Jasper2013-07-02
* Use lexing mode based on FormatStyle.Standard.Alexander Kornienko2013-06-28
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Make it possible to assign clang-format-buffer to a keybinding.Manuel Klimek2013-06-11
* [clang-format] Don't flash an ugly cmd prompt in Vim on WindowsReid Kleckner2013-06-10
* Fix default value of clang-format-diff's -p option.Daniel Jasper2013-05-30
* clang-format integration for git.Daniel Jasper2013-05-23
* Fix off-by-one error in clang-format's emacs integration.Daniel Jasper2013-05-21
* Fix behavior of clang-format's -cursor flag.Daniel Jasper2013-05-21
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-21
* Clang-format: allow -style="{yaml/json}" on command lineAlexander Kornienko2013-05-19
* Add basic clang-format integration for sublime text.Daniel Jasper2013-05-16
* Update clang-format emacs integration.Daniel Jasper2013-05-14
* Reformat clang-format help strings, filter out irrelevant options.Alexander Kornienko2013-05-10
* Updated clang-format help messages for -offset and -lengthAlexander Kornienko2013-05-10
* Minor clarifications in help messages and a comment.Alexander Kornienko2013-05-10
* Config file support for clang-format, part 2.Alexander Kornienko2013-05-10
* Further fix to clang-format emacs integration.Daniel Jasper2013-05-07
* Fix clang-format emacs integration in last line.Daniel Jasper2013-05-07
* Added Mozilla style, cleaned get*Style methods.Alexander Kornienko2013-05-06
* Basic clang-format integration for BBEdit.Daniel Jasper2013-05-02
* Fix scrolling bug in clang-format's emacs integration.Daniel Jasper2013-04-25
* clang-format support for multiple input files.Alexander Kornienko2013-04-24
* Small improvements to clang-format documentation and integrationDaniel Jasper2013-04-17