summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* clang-format: Make exception to AlwaysBreakBeforeMultilineStrings moreDaniel Jasper2015-06-191-1/+1
* clang-format: Better fix to detect elaborated enum return types.Daniel Jasper2015-06-191-3/+8
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-1/+1
* clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.Daniel Jasper2015-06-181-1/+2
* clang-format: Better support functions with elaborated enum return types.Daniel Jasper2015-06-181-0/+2
* clang-format: [JS] Add a special case for indenting function literals.Daniel Jasper2015-06-181-1/+15
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-1/+1
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-7/+9
* clang-format: clang-format (NFC)Daniel Jasper2015-06-179-46/+33
* clang-format: Don't generate unnecessary replacements for \r\n line endings.Daniel Jasper2015-06-171-1/+1
* clang-format: [JS] Don't put top-level typescript enums on a single line.Daniel Jasper2015-06-171-27/+34
* clang-format: [JS] Fix typescript enum formatting.Daniel Jasper2015-06-171-5/+13
* clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper2015-06-173-23/+39
* clang-format: [JS] Tweak behavior for multiline array initializer parametersDaniel Jasper2015-06-151-1/+2
* clang-format: [JS] Fix corner case in template string parsing.Daniel Jasper2015-06-141-1/+2
* [clang-format] Use in-class initializers to simplify constructor.Benjamin Kramer2015-06-121-17/+14
* [clang-format] Reorder and pack ParenState members to minimize paddingBenjamin Kramer2015-06-121-36/+36
* [clang-format] Hoist vector allocation out of loop. NFC.Benjamin Kramer2015-06-121-2/+5
* clang-format: Always add space before lambda-{Daniel Jasper2015-06-121-0/+1
* clang-format: Understand C-style case in case label.Daniel Jasper2015-06-121-1/+1
* clang-format: [JS] Support "export enum" declarations.Daniel Jasper2015-06-121-1/+2
* clang-format: [JS] Fix regression caused by r239592.Daniel Jasper2015-06-121-0/+1
* clang-format: [JS] fix incorrectly collapsed lines after exportDaniel Jasper2015-06-121-6/+8
* clang-format: Make SFS_Inline imply SFS_Empty.Daniel Jasper2015-06-111-1/+1
* clang-format: [JS] Ensure that formatting actually takes place in tests.Daniel Jasper2015-06-111-1/+1
* Fix crash in clang-format.Manuel Klimek2015-06-111-2/+4
* clang-format: Don't add spaces in foreach macro definition.Daniel Jasper2015-06-111-1/+4
* clang-format: [JS] Only special case top level object literalDaniel Jasper2015-06-101-3/+4
* clang-format: Support //!-comments, increase test coverage.Daniel Jasper2015-06-091-1/+3
* clang-format: [JS] Hotfix for runtime issue with deeply nested JS code.Daniel Jasper2015-06-092-3/+7
* clang-format: More eagerly wrap trailing return types.Daniel Jasper2015-06-053-8/+9
* clang-format: [JS] Let fat arrows have 'Assignment' precedence.Daniel Jasper2015-06-051-1/+1
* clang-format: [JS] Let fat arrows have 'Equality' precedence.Daniel Jasper2015-06-031-13/+15
* clang-format: Properly reset BreakBeforeParameter when wrappingDaniel Jasper2015-06-031-0/+2
* clang-format: [JS] More aggressively keep array literals on one line.Daniel Jasper2015-06-031-1/+2
* clang-format: [JS] Fix bug in type colon detection.Daniel Jasper2015-06-031-1/+2
* clang-format: [JS] Always add space after fat arrow.Daniel Jasper2015-06-021-3/+2
* clang-format: [JS] Array literal detection fix #4.Daniel Jasper2015-06-021-1/+2
* clang-format: Don't try to detect C++ lambdas in other languages.Daniel Jasper2015-06-021-0/+4
* clang-format: [JS] Fix incorrect line length calculation.Daniel Jasper2015-06-021-1/+2
* clang-format: [JS] Array literal detection fix #3.Daniel Jasper2015-06-021-2/+2
* clang-format: [JS] Fix another regression when detecting array literals.Daniel Jasper2015-06-021-1/+2
* clang-format: [JS] Fix regression of detecting array literals.Daniel Jasper2015-06-021-1/+3
* Remove error message when using the fallback style.Manuel Klimek2015-06-021-2/+0
* clang-format: [JS] Making arrow function wrapping more consistent.Daniel Jasper2015-06-012-10/+6
* [Format] Move UnwrappedLines instead of copying.Benjamin Kramer2015-05-311-7/+4
* clang-format: NFC. Cleanup after r237895.Daniel Jasper2015-05-312-31/+8
* clang-format: [JS] Fix line breaks in computed property names.Daniel Jasper2015-05-311-1/+1
* clang-format: [JS] Support ES6 computed property names.Daniel Jasper2015-05-292-0/+4
OpenPOWER on IntegriCloud