summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-1/+5
* clang-format: Fix the counting of leading whitespace in tok::unknown tokensDaniel Jasper2016-01-091-0/+2
* Make clang::format::reformat work with non 0-terminated strings.Daniel Jasper2016-01-091-2/+3
* clang-format: [JS] Add some Closure Compiler JSDoc tags to the defaultDaniel Jasper2016-01-081-0/+1
* clang-format: [TableGen] Support ;-less include lines.Daniel Jasper2015-12-251-7/+8
* Disable include sorting by default for Chromium style.Nico Weber2015-12-221-0/+1
* clang-format: [JS] "operator" is not a keyword in Java/JavaScript.Daniel Jasper2015-12-221-2/+4
* clang-format: Only consider the first #include that looks right to beDaniel Jasper2015-12-211-3/+6
* clang-format: [JS] Change Google-style default for aligning operands.Daniel Jasper2015-12-211-0/+1
* clang-format: Only try to find the "main" include in the first block ofDaniel Jasper2015-12-211-1/+4
* clang-format: Extend detection of the "main" #include to use the filenameDaniel Jasper2015-12-211-18/+16
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-0/+31
* clang-format: Extend header sort category implementation.Daniel Jasper2015-12-161-3/+3
* clang-format: Fix style default for WebKit and Linux styles.Daniel Jasper2015-12-141-2/+0
* clang-format: Make it possible to turn off comment reflowing.Daniel Jasper2015-12-011-1/+3
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-8/+20
* clang-format: Make sorting includes respect // clang-format offDaniel Jasper2015-11-211-1/+10
* clang-format: [JS] struct and union aren't keywords / reserved words.Daniel Jasper2015-11-201-0/+4
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-161-0/+6
* clang-format: Turn on wrapping before "else" for WebKit style.Daniel Jasper2015-11-041-0/+1
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-5/+18
* clang-format: Teach --sort-includes to interleave #include and #import.Nico Weber2015-10-211-4/+5
* clang-format: Extend main header include sorting heuristic to Objective-C files.Nico Weber2015-10-191-1/+3
* clang-format: [JS] Handle string literals spanning character classes.Daniel Jasper2015-10-181-92/+80
* clang-format/java: Break after annotations on fields in Chromium style.Nico Weber2015-10-151-1/+3
* clang-format: [JS] handle character classes in regexes.Daniel Jasper2015-10-121-1/+12
* Make clang-format actually respect custom brace wrapping flags.Daniel Jasper2015-10-071-0/+4
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-3/+12
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-8/+7
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-0/+1
* [clang-format] Add support of consecutive declarations alignmentDaniel Jasper2015-10-011-0/+3
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-5/+73
* clang-format: Extend #include sorting functionalityDaniel Jasper2015-09-291-10/+42
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-2/+102
* clang-format: Remove ChromiumStyle.MacroBlockBegin.Nico Weber2015-09-211-2/+0
* Add WebKit brace style configuration option.Roman Kashitsyn2015-08-101-1/+2
* clang-format: Take nested lines into account when detection C++03Daniel Jasper2015-07-181-32/+46
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+2
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-7/+26
* clang-format: [JS] Treat regex literals like string literals.Daniel Jasper2015-07-021-0/+2
* clang-format: [JS] Skip comments when applying the regex-literal heuristicDaniel Jasper2015-07-021-5/+9
* clang-format: [JS] Fix bug in regex literal parsing.Daniel Jasper2015-07-021-0/+1
* clang-format: [JS] Support regex literals at the start of a file.Daniel Jasper2015-07-021-5/+6
* clang-format: [JS] Fix character counting in template strings.Daniel Jasper2015-07-021-5/+6
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-2/+16
* clang-format: Adjust Mozilla style defaultsBirunthan Mohanathas2015-06-291-3/+5
* clang-format: Stop old options from overriding new optionsBirunthan Mohanathas2015-06-281-10/+10
* clang-format: Alphabetize FormatStyle membersBirunthan Mohanathas2015-06-281-33/+33
* clang-format: [JS] Support regex literals containing quotes (' and ").Daniel Jasper2015-06-241-3/+23
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
OpenPOWER on IntegriCloud