summaryrefslogtreecommitdiffstats
path: root/include/clang/Format/Format.h
Commit message (Expand)AuthorAgeFilesLines
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-16/+0
* Added support for different VFSs in format::getStyle. Disable platform-relate...Eric Liu2016-03-241-1/+4
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-4/+1
* Added support for different VFSs in format::getStyle.Eric Liu2016-03-241-1/+4
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-0/+13
* clang-format: [JS] Optionally re-quote string literals.Daniel Jasper2016-03-021-1/+16
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-011-0/+22
* Workaround doxygen bug https://bugzilla.gnome.org/show_bug.cgi?id=506243Alexander Kornienko2016-02-271-1/+1
* Fix a typo. NFCAlexander Kornienko2016-02-231-1/+1
* Clean up clang-format options documentation. NFCAlexander Kornienko2016-02-231-98/+101
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-0/+4
* clang-format: [TableGen] Support ;-less include lines.Daniel Jasper2015-12-251-1/+3
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-4/+23
* clang-format: Extend header sort category implementation.Daniel Jasper2015-12-161-5/+7
* clang-format: Improve documentation of AlignOperands.Daniel Jasper2015-12-091-0/+7
* clang-format: Make it possible to turn off comment reflowing.Daniel Jasper2015-12-011-1/+4
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-1/+2
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+3
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-6/+25
* clang-format/java: Break after annotations on fields in Chromium style.Nico Weber2015-10-151-4/+6
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-11/+39
* [clang-format] Add support of consecutive declarations alignmentDaniel Jasper2015-10-011-0/+12
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-1/+35
* clang-format: Extend #include sorting functionalityDaniel Jasper2015-09-291-0/+15
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-0/+6
* Add WebKit brace style configuration option.Roman Kashitsyn2015-08-101-2/+4
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+3
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-0/+8
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-6/+13
* clang-format: Add missing members to FormatStyle::operator==Birunthan Mohanathas2015-06-281-0/+6
* clang-format: Alphabetize FormatStyle membersBirunthan Mohanathas2015-06-281-266/+268
* clang-format: Fix language of DisableFormat descriptionBirunthan Mohanathas2015-06-271-1/+1
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-0/+5
* clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper2015-06-111-2/+2
* Implements a way to retrieve information about whether some lines were not fo...Manuel Klimek2015-05-071-3/+9
* Remove deprecated version of reformat.Manuel Klimek2015-05-061-8/+0
* clang-format: Add ability to align assignment operators.Daniel Jasper2015-04-291-0/+11
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-021-0/+5
* clang-format: Add SFS_Empty to only empty functions on a single line.Daniel Jasper2014-11-261-0/+2
* clang-format: Add option to disable alignment after opening bracketsDaniel Jasper2014-11-181-0/+11
* Sink a #include while we're here. NFC.Hans Wennborg2014-10-291-1/+0
* clang-format: Cut more clangAST dependencies.Daniel Jasper2014-10-291-2/+4
* clang-format: [ObjC] Add separate flag to control indentation in blocksDaniel Jasper2014-10-281-2/+6
* clang-format: Add option to control call argument bin-packing separatelyDaniel Jasper2014-10-091-2/+7
* Format: ArrayRefize some implicit copies away.Benjamin Kramer2014-10-031-3/+3
* clang-format: Basic support for Java.Daniel Jasper2014-09-151-0/+2
* clang-format: Add option to break before non-assignment operators.Daniel Jasper2014-09-151-2/+12
* clang-format: Add option to allow short case labels on a single line.Daniel Jasper2014-09-101-0/+3
* clang-format: [JS] Support regex literals with trailing escaped slash.Daniel Jasper2014-09-091-2/+9
* clang-format: [JS] Support alternative operator names as identifiers.Daniel Jasper2014-09-041-4/+2