summaryrefslogtreecommitdiffstats
path: root/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-071-5/+6
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-061-0/+2
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-041-1/+5
* 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-031-5/+24
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-031-1/+5
* [clang-format] Fix parsing of msg{field}-style proto optionsKrasimir Georgiev2017-06-291-2/+4
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-5/+20
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-2/+2
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-5/+12
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-1/+6
* clang-format: [JS] recognize exported type definitions.Martin Probst2017-06-071-3/+9
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-6/+17
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-221-1/+1
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-3/+4
* [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-191-3/+6
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-181-4/+4
* [clang-format] Make NoLineBreakFormatter respect MustBreakBeforeKrasimir Georgiev2017-05-181-16/+19
* clang-format: [JS] for async loops.Martin Probst2017-05-151-3/+10
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-151-6/+10
* clang-format: [JS] fix non-null assertion operator recognition.Martin Probst2017-05-151-3/+3
* clang-format: [JS] support non-null assertions after all identifiers.Martin Probst2017-05-121-1/+2
* clang-format: [JS/Java] ignore Objective-C constructs in JS & Java.Martin Probst2017-04-261-1/+5
* formattingMartin Probst2017-04-261-7/+5
* clang-format: [JS] prevent wraps before class members.Martin Probst2017-04-261-1/+5
* clang-format: Properly match parens of macro parameter lists.Daniel Jasper2017-04-191-3/+4
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-18/+13
* clang-format: [JS] fix whitespace around "of" operator.Martin Probst2017-04-051-2/+6
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-5/+5
* [clang-format] disable adding extra space after MSVC '__super' keywordMartin Probst2017-03-161-1/+1
* clang-format: Make it very slighly more expensive to wrap between "= {".Daniel Jasper2017-03-141-1/+1
* clang-format: [JS] allow breaking after non-null assertions.Martin Probst2017-03-131-5/+21
* clang-format: [JS] do not wrap after interface and type.Martin Probst2017-03-131-5/+4
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+14
* clang-format: Get slightly better at understanding */&.Daniel Jasper2017-03-081-1/+2
* [clang-format] Fixed indent issue when adding a comment at the end of a retur...Andi-Bogdan Postelnicu2017-03-071-2/+2
* clang-format: [JS] Properly format object literals with shorthands.Daniel Jasper2017-03-011-3/+4
* clang-format: [JS/TS] Properly understand cast expressions.Daniel Jasper2017-03-011-2/+5
* clang-format: [Java] Fix bug in enum formatting.Daniel Jasper2017-02-281-1/+2
* clang-format: [JS] whitespace after async in arrow functions.Martin Probst2017-02-271-0/+8
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-10/+5
* clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper2017-02-201-2/+5
* clang-format: [JS/TS] Improve detection for array subscripts in types.Daniel Jasper2017-02-201-0/+3
* clang-format: Don't remove existing spaces between identifier and ::.Daniel Jasper2017-02-171-3/+7
* clang-format: don't break code using __has_include, PR31908Nico Weber2017-02-101-1/+21
* clang-format: Fix bad variable declaration detection.Daniel Jasper2017-02-071-1/+5
* clang-format: [JS] correcly format object literal methods.Martin Probst2017-02-071-0/+1