summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issues in clang-format's AlignConsecutive modes.Nikola Smiljanic2017-03-232-43/+105
* [clang-format] disable adding extra space after MSVC '__super' keywordMartin Probst2017-03-161-1/+1
* clang-format: Fix bug in wrapping behavior of operators.Daniel Jasper2017-03-161-0/+1
* clang-format: Make it very slighly more expensive to wrap between "= {".Daniel Jasper2017-03-141-1/+1
* clang-format: [JS] do not wrap @see tags.Martin Probst2017-03-131-2/+3
* clang-format: [JS] allow breaking after non-null assertions.Martin Probst2017-03-132-5/+22
* 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-104-4/+34
* [clang-format] Use a reference in loop variable; NFCKrasimir Georgiev2017-03-101-1/+1
* [clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtr...Krasimir Georgiev2017-03-081-1/+5
* clang-format: Get slightly better at understanding */&.Daniel Jasper2017-03-081-1/+2
* [clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::fun...Krasimir Georgiev2017-03-081-3/+3
* [clang-format] Fix parameter name comment; NFCKrasimir Georgiev2017-03-081-1/+1
* [clang-format] Reformat BreakableToken.h; NFCKrasimir Georgiev2017-03-081-19/+14
* [clang-format] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev2017-03-083-12/+17
* [clang-format] Fixed indent issue when adding a comment at the end of a retur...Andi-Bogdan Postelnicu2017-03-071-2/+2
* [clang-format] Support namespaces ending in semicolonKrasimir Georgiev2017-03-071-7/+21
* [clang-format] Make NamespaceEndCommentFixer add at most one commentKrasimir Georgiev2017-03-061-1/+4
* Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.Nico Weber2017-03-021-1/+0
* [clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev2017-03-021-10/+3
* 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] Don't add namespace end comments for unbalanced right braces a...Krasimir Georgiev2017-03-011-0/+1
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-8/+25
* Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.Daniel Jasper2017-03-011-1/+2
* clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.Daniel Jasper2017-03-011-6/+6
* clang-format: [Java] Fix bug in enum formatting.Daniel Jasper2017-02-281-1/+2
* Blacklist arbitrary @\\w+ JSDoc tags from wrapping.Martin Probst2017-02-281-2/+2
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-277-2/+229
* clang-format: [JS] whitespace after async in arrow functions.Martin Probst2017-02-271-0/+8
* clang-format: Enable include sorting for style=ChromiumNico Weber2017-02-241-1/+0
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-245-22/+13
* [clang-format] Remove unused member variables from BreakableTokenKrasimir Georgiev2017-02-212-20/+6
* clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper2017-02-203-5/+22
* clang-format: Prevent weird line-wraps in complex lambda introducersDaniel Jasper2017-02-201-0/+2
* 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] Align block comment decorationsKrasimir Georgiev2017-02-162-2/+28
* clang-format: don't break code using __has_include, PR31908Nico Weber2017-02-102-1/+25
* [clang-format] Fix typo in comment.Krasimir Georgiev2017-02-091-1/+1
* [clang-format] Move OriginalPrefix from base to subclass.Krasimir Georgiev2017-02-081-4/+8
* [clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev2017-02-082-12/+82
* clang-format: Fix bad variable declaration detection.Daniel Jasper2017-02-071-1/+5
* clang-format: [JS] correcly format object literal methods.Martin Probst2017-02-072-8/+18
* clang-format: [JS] exclaim preceding regex literals.Martin Probst2017-02-071-1/+3
* clang-format: [JS] handle parenthesized class expressions.Martin Probst2017-02-072-7/+20
* clang-format: Fix bug with conflicting BreakBeforeBinaryOperations and AlignA...Daniel Jasper2017-02-061-1/+2
* clang-format: [JS] Fix bugs in parsing and aligning template strings.Daniel Jasper2017-02-032-3/+5
* [clang-format] Re-align broken comment lines where appropriate.Krasimir Georgiev2017-02-031-2/+3
* clang-format: [Proto] Also supports implicit string literal concatenationDaniel Jasper2017-02-031-1/+2
OpenPOWER on IntegriCloud