summaryrefslogtreecommitdiffstats
path: root/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
* Merging r311792:Hans Wennborg2017-08-251-0/+10
* Merging r311532:Hans Wennborg2017-08-231-0/+7
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-182-0/+28
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-171-0/+1
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-0/+10
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-122-1/+88
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-071-0/+8
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-062-47/+46
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-041-0/+1
* Revert "clang-format: [JS] space between pseudo keywords and template literals."Martin Probst2017-07-031-1/+0
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-032-0/+252
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-031-0/+1
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-3/+177
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-302-5/+24
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-0/+23
* [clang-format] Fix parsing of msg{field}-style proto optionsKrasimir Georgiev2017-06-291-0/+13
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-0/+136
* [clang-format] Add a test for associative map proto buffer fieldsKrasimir Georgiev2017-06-271-0/+23
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+8
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-0/+46
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-212-0/+235
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-0/+17
* clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper2017-06-191-0/+8
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-0/+68
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-142-0/+192
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-0/+125
* [clang-format] Fix alignment of preprocessor trailing commentsKrasimir Georgiev2017-06-071-0/+24
* clang-format: [JS] recognize exported type definitions.Martin Probst2017-06-071-0/+6
* clang-format: [JS] Correctly Indent Nested JavaScript Literals.Martin Probst2017-06-061-0/+39
* [clang-format] Don't align too long broken trailing commentsKrasimir Georgiev2017-06-041-0/+9
* clang-format: [JS] improve calculateBraceType heuristicMartin Probst2017-05-311-3/+6
* clang-format: [JS] do not clean up duplicated commas.Martin Probst2017-05-291-2/+11
* clang-format: [JS] fix indenting bound functions.Martin Probst2017-05-291-0/+5
* [clang-format] Remove unused using directive, NFCKrasimir Georgiev2017-05-241-1/+0
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-7/+177
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-221-0/+5
* clang-format: do not reflow bullet listsFrancois Ferrand2017-05-221-2/+65
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-0/+32
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+14
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-0/+8
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-181-3/+2
* clang-format: fix prefix for doxygen comments after memberKrasimir Georgiev2017-05-181-0/+10
* clang-format: [JS] for async loops.Martin Probst2017-05-151-0/+9
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-152-6/+30
* clang-format: [JS] fix non-null assertion operator recognition.Martin Probst2017-05-151-0/+1
* clang-format: [JS] support non-null assertions after all identifiers.Martin Probst2017-05-121-0/+1
* clang-format: refine calculating brace types.Martin Probst2017-05-101-0/+10
* clang-format: [JS] Don't indent JavaScript IIFEs.Martin Probst2017-05-091-0/+19
* clang-format: [JS] keep triple slash directives intact.Martin Probst2017-05-091-0/+1
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-082-10/+36