aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Format/Format.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-16clang-format: Enable #include sorting by default.Daniel Jasper1-0/+6
2015-11-04clang-format: Turn on wrapping before "else" for WebKit style.Daniel Jasper1-0/+1
2015-10-27clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper1-5/+18
2015-10-21clang-format: Teach --sort-includes to interleave #include and #import.Nico Weber1-4/+5
2015-10-19clang-format: Extend main header include sorting heuristic to Objective-C files.Nico Weber1-1/+3
2015-10-18clang-format: [JS] Handle string literals spanning character classes.Daniel Jasper1-92/+80
2015-10-15clang-format/java: Break after annotations on fields in Chromium style.Nico Weber1-1/+3
2015-10-12clang-format: [JS] handle character classes in regexes.Daniel Jasper1-1/+12
2015-10-07Make clang-format actually respect custom brace wrapping flags.Daniel Jasper1-0/+4
2015-10-06clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper1-3/+12
2015-10-06[VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer1-8/+7
2015-10-04Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool1-0/+1
2015-10-01[clang-format] Add support of consecutive declarations alignmentDaniel Jasper1-0/+3
2015-09-29clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper1-5/+73
2015-09-29clang-format: Extend #include sorting functionalityDaniel Jasper1-10/+42
2015-09-23clang-format: Add initial #include sorting capabilities.Daniel Jasper1-2/+102
2015-09-21clang-format: Remove ChromiumStyle.MacroBlockBegin.Nico Weber1-2/+0
2015-08-10Add WebKit brace style configuration option.Roman Kashitsyn1-1/+2
2015-07-18clang-format: Take nested lines into account when detection C++03Daniel Jasper1-32/+46
2015-07-12clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas1-0/+2
2015-07-03clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas1-7/+26
2015-07-02clang-format: [JS] Treat regex literals like string literals.Daniel Jasper1-0/+2
2015-07-02clang-format: [JS] Skip comments when applying the regex-literal heuristicDaniel Jasper1-5/+9
2015-07-02clang-format: [JS] Fix bug in regex literal parsing.Daniel Jasper1-0/+1
2015-07-02clang-format: [JS] Support regex literals at the start of a file.Daniel Jasper1-5/+6
2015-07-02clang-format: [JS] Fix character counting in template strings.Daniel Jasper1-5/+6
2015-06-29clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas1-2/+16
2015-06-29clang-format: Adjust Mozilla style defaultsBirunthan Mohanathas1-3/+5
2015-06-28clang-format: Stop old options from overriding new optionsBirunthan Mohanathas1-10/+10
2015-06-28clang-format: Alphabetize FormatStyle membersBirunthan Mohanathas1-33/+33
2015-06-24clang-format: [JS] Support regex literals containing quotes (' and ").Daniel Jasper1-3/+23
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-2/+2
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-06-17clang-format: clang-format (NFC)Daniel Jasper1-4/+5
2015-06-14clang-format: [JS] Fix corner case in template string parsing.Daniel Jasper1-1/+2
2015-06-11clang-format: Don't add spaces in foreach macro definition.Daniel Jasper1-1/+4
2015-06-02Remove error message when using the fallback style.Manuel Klimek1-2/+0
2015-05-21clang-format: [JS] Better support for fat arrows.Manuel Klimek1-7/+7
2015-05-11Refactor the formatter of clang-format.Manuel Klimek1-3/+3
2015-05-10clang-format: Fix bug in escaped newline calculation.Daniel Jasper1-1/+1
2015-05-08clang-format: [JS] Fix regex literal detection.Daniel Jasper1-1/+1
2015-05-07Implements a way to retrieve information about whether some lines were not fo...Manuel Klimek1-8/+11
2015-05-06Remove deprecated version of reformat.Manuel Klimek1-9/+0
2015-05-06Remove all computation of structural errors in clang-format's line parser.Manuel Klimek1-4/+3
2015-05-06clang-format: Fix another assertion discovered by the fuzzer.Daniel Jasper1-10/+17
2015-05-04clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.Daniel Jasper1-3/+3
2015-05-02clang-format: [JS] Fix calculation of template string width.Daniel Jasper1-4/+14
2015-04-29clang-format: Add ability to align assignment operators.Daniel Jasper1-0/+2
2015-04-16clang-format: [JS] handle comments in template strings.Daniel Jasper1-2/+17
2015-04-03clang-format: [Proto] No alternate operator names.Daniel Jasper1-2/+1