summaryrefslogtreecommitdiffstats
path: root/tools/clang-format/ClangFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Don't exit with failure on empty files.Daniel Jasper2013-10-081-1/+1
* Remove unused variable introduced in 191666David Blaikie2013-09-301-3/+0
* Moving style option formatting to libFormatEdwin Vane2013-09-301-78/+6
* clang-format: Add -assume-filename option for editor integrations.Daniel Jasper2013-09-131-1/+13
* Allow _clang-format as alternative to .clang-format config filenameHans Wennborg2013-09-101-0/+10
* Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko2013-09-021-1/+1
* Whitespace changes in help messages + updated help output in .rst file.Alexander Kornienko2013-09-021-4/+4
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-021-7/+7
* Added -lines X:Y option to specify line range to process. This is a more huma...Alexander Kornienko2013-07-181-16/+67
* Update for llvm API change.Rafael Espindola2013-07-161-1/+1
* Prevent error message when formatting an empty file.Daniel Jasper2013-07-031-0/+2
* Use lexing mode based on FormatStyle.Standard.Alexander Kornienko2013-06-281-3/+4
* Fix behavior of clang-format's -cursor flag.Daniel Jasper2013-05-211-1/+1
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-211-0/+8
* Clang-format: allow -style="{yaml/json}" on command lineAlexander Kornienko2013-05-191-8/+30
* Reformat clang-format help strings, filter out irrelevant options.Alexander Kornienko2013-05-101-27/+52
* Updated clang-format help messages for -offset and -lengthAlexander Kornienko2013-05-101-7/+13
* Minor clarifications in help messages and a comment.Alexander Kornienko2013-05-101-2/+4
* Config file support for clang-format, part 2.Alexander Kornienko2013-05-101-14/+50
* Added Mozilla style, cleaned get*Style methods.Alexander Kornienko2013-05-061-2/+7
* clang-format support for multiple input files.Alexander Kornienko2013-04-241-20/+57
* Remove outdated part of help message.Daniel Jasper2013-04-081-1/+0
* Add clang-format binary to cfe.Daniel Jasper2013-03-201-0/+152