summaryrefslogtreecommitdiffstats
path: root/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Merging r311792:Hans Wennborg2017-08-252-12/+11
* Merging r311532:Hans Wennborg2017-08-231-3/+8
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-181-1/+1
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-171-1/+2
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-121-4/+13
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-072-7/+10
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-061-0/+2
* [clang-format] Fix an uninitialized memory accessKrasimir Georgiev2017-07-051-7/+9
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-042-1/+25
* Revert "clang-format: [JS] space between pseudo keywords and template literals."Martin Probst2017-07-031-5/+1
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-035-29/+85
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-031-1/+5
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-303-10/+47
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-301-2/+2
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-5/+7
* [clang-format] Fix parsing of msg{field}-style proto optionsKrasimir Georgiev2017-06-291-2/+4
* [clang-format] Fix a clang-tidy warning, NFCKrasimir Georgiev2017-06-271-1/+1
* [clang-format] Fix a buildbot failure after r306406Krasimir Georgiev2017-06-271-1/+2
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-275-15/+52
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-26/+44
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-213-3/+4
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-214-0/+193
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-193-6/+16
* clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper2017-06-191-2/+5
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-193-2/+10
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-144-23/+123
* [clang-format] Document the StartOfTokenColumn parameter, NFCKrasimir Georgiev2017-06-131-0/+4
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-132-4/+15
* [clang-format] Fix alignment of preprocessor trailing commentsKrasimir Georgiev2017-06-071-8/+46
* clang-format: [JS] recognize exported type definitions.Martin Probst2017-06-071-3/+9
* clang-format: [JS] Correctly Indent Nested JavaScript Literals.Martin Probst2017-06-061-2/+2
* [clang-format] Don't align too long broken trailing commentsKrasimir Georgiev2017-06-041-2/+4
* clang-format: [JS] improve calculateBraceType heuristicMartin Probst2017-05-311-9/+16
* clang-format: [JS] do not clean up duplicated commas.Martin Probst2017-05-291-0/+3
* clang-format: [JS] fix indenting bound functions.Martin Probst2017-05-291-2/+13
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-243-20/+76
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-222-2/+2
* clang-format: do not reflow bullet listsFrancois Ferrand2017-05-221-2/+19
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-14/+25
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-222-3/+7
* [Format] Add curly braces to suppress a -Wmisleading-indentation warning from...Craig Topper2017-05-211-1/+2
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-193-11/+23
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-182-6/+6
* [clang-format] Fix MatchingOpeningBlockLineIndex computationKrasimir Georgiev2017-05-181-2/+3
* [clang-format] Make NoLineBreakFormatter respect MustBreakBeforeKrasimir Georgiev2017-05-182-17/+21
* clang-format: fix prefix for doxygen comments after memberKrasimir Georgiev2017-05-181-1/+6
* clang-format: [JS] for async loops.Martin Probst2017-05-152-3/+14
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-152-6/+22
* clang-format: [JS] fix non-null assertion operator recognition.Martin Probst2017-05-151-3/+3