summaryrefslogtreecommitdiff
path: root/tools/clang-format/ClangFormat.cpp
Commit message (Expand)AuthorAge
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* Refer to error_code with the std prefix.Rafael Espindola2014-06-12
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-22
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-08
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Add newlines to fallback-style description. Patch by Kamal Essoufi\!Alexander Kornienko2014-02-26
* Make the OptionCategory variable static.Alexander Kornienko2014-02-05
* Shorten the output of `clang-format --version`, include revision number.Nico Weber2014-01-07
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Preserve carriage return when using clang-format's XML interface.Manuel Klimek2013-12-03
* Added an option to specify fallback style.Alexander Kornienko2013-12-02
* Use a StringRef. Saves 0.00000000000001s on execution time.Bill Wendling2013-11-09
* clang-format: Write files atomicallyAlp Toker2013-11-08
* clang-format: Don't exit with failure on empty files.Daniel Jasper2013-10-08
* Remove unused variable introduced in 191666David Blaikie2013-09-30
* Moving style option formatting to libFormatEdwin Vane2013-09-30
* 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
* 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
* Use lexing mode based on FormatStyle.Standard.Alexander Kornienko2013-06-28
* 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
* 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
* Added Mozilla style, cleaned get*Style methods.Alexander Kornienko2013-05-06
* clang-format support for multiple input files.Alexander Kornienko2013-04-24
* Remove outdated part of help message.Daniel Jasper2013-04-08
* Add clang-format binary to cfe.Daniel Jasper2013-03-20