summaryrefslogtreecommitdiff
path: root/tools/clang-format
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
* clang-format: Fix vim-integration for empty files.Daniel Jasper2014-05-22
* clang-format: Add clang-format-diff usage examples for SVN.Daniel Jasper2014-05-14
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-08
* clang-format.py: Don't omit the first two words from error messages.Nico Weber2014-04-17
* clang-format: Add proto files and JavaScript to git-clang-format.Daniel Jasper2014-04-09
* Add a main function to the clang-format.py vim integration.Ahmed Charles2014-03-10
* 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
* clang-format: Enable formatting for .proto and .protodevel files.Daniel Jasper2014-01-21
* 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
* Fix usage description of clang-format-diff.py.Daniel Jasper2013-12-19
* clang-format-diff.py: fix -regex/-iregex matchingAlp Toker2013-12-18
* clang-format-diff.py: add the OpenCL file extensionAlp Toker2013-12-18
* Added -iregex for case-insensitive regex to filter file names.Alexander Kornienko2013-12-16
* clang-format-diff.py: Support -regex filter and more filename extensionsAlp Toker2013-12-10
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* clang-format-diff.py: pass through errors to stderr, not stdoutAlp Toker2013-12-05
* clang-format-diff.py: Fix 'beintroduced' in help outputAlp Toker2013-12-04
* 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
* 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