summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/ClangFormat.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-34/+33
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-14/+13
* Update list of languages advertised in OVERVIEW: A tool to format C/C++/Java/...Nico Weber2015-10-191-1/+1
* clang-format: Basic escaping when outputting XML.Daniel Jasper2015-10-151-1/+9
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-9/+15
* clang-format: Use Rewriter again to write the output files.Daniel Jasper2015-09-301-18/+18
* clang-format: Extend #include sorting functionalityDaniel Jasper2015-09-291-5/+5
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-31/+59
* Reapply r236854 and fixed r236867.Daniel Jasper2015-05-101-4/+10
* Revert "Make emacs show when clang-format encountered a syntax error."Tobias Grosser2015-05-081-11/+5
* Revert "clang-format: Only output IncompleteFormat if -cursor is given."Renato Golin2015-05-081-6/+6
* clang-format: Only output IncompleteFormat if -cursor is given.Daniel Jasper2015-05-081-6/+6
* Make emacs show when clang-format encountered a syntax error.Manuel Klimek2015-05-081-5/+11
* clang-format: Don't allow -i when reading from stdin.Daniel Jasper2015-05-061-1/+3
* Adopt new cl::HideUnrelatedOptions API added r226729.Chris Bieneman2015-01-211-9/+1
* Add the shifted cursor position to XML output, so it can be used by editor in...Manuel Klimek2015-01-091-0/+4
* clang-format: Document that --assume-filename affects the language.Nico Weber2014-11-101-1/+1
* clang-format: Cut more clangAST dependencies.Daniel Jasper2014-10-291-0/+1
* clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper2014-09-091-4/+1
* clang-format: [JS] Support alternative operator names as identifiers.Daniel Jasper2014-09-041-1/+1
* Update for llvm api change.Rafael Espindola2014-07-061-3/+5
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-1/+1
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-1/+1
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-221-1/+2
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-081-2/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Add newlines to fallback-style description. Patch by Kamal Essoufi\!Alexander Kornienko2014-02-261-3/+4
* Make the OptionCategory variable static.Alexander Kornienko2014-02-051-1/+1
* Shorten the output of `clang-format --version`, include revision number.Nico Weber2014-01-071-0/+7
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Preserve carriage return when using clang-format's XML interface.Manuel Klimek2013-12-031-2/+23
* Added an option to specify fallback style.Alexander Kornienko2013-12-021-3/+10
* Use a StringRef. Saves 0.00000000000001s on execution time.Bill Wendling2013-11-091-1/+1
* clang-format: Write files atomicallyAlp Toker2013-11-081-11/+1
* 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
OpenPOWER on IntegriCloud