summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/FormatToken.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-311-0/+8
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+1
* [clang-format] Update comment, NFCIKrasimir Georgiev2018-10-011-4/+0
* [clang-format] Fix typo in comment, NFCIKrasimir Georgiev2018-10-011-1/+1
* clang-format: [JS] conditional types.Martin Probst2018-09-271-0/+2
* [clang-Format] Fix indentation of member call after blockIlya Biryukov2018-09-171-0/+8
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-2/+2
* [clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak2018-07-091-0/+5
* [clang-format/ObjC] Fix counting selector name parts for ObjCJacek Olesiak2018-07-091-2/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-77/+77
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-0/+2
* [clang-format] Fix text proto extension scope opening detectionKrasimir Georgiev2018-02-191-0/+1
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-131-0/+1
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-071-0/+4
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-2/+8
* Name two bool parameters. No behavior change.Nico Weber2018-01-231-1/+2
* clang-format clang-format.Manuel Klimek2017-09-201-77/+76
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-0/+13
* [clang-format] Add support for C++17 structured bindings.Marek Kurdej2017-09-071-0/+1
* clang-format: [JS] no whitespace between typeof operator and l_paren.Martin Probst2017-08-011-1/+3
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-071-2/+4
* [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-041-0/+20
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-1/+2
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-0/+13
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-1/+2
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-0/+1
* clang-format: [JS] exponentiation operatorMartin Probst2017-05-041-0/+2
* clang-format: [JS] prevent wraps before class members.Martin Probst2017-04-261-0/+4
* clang-format: [JS] allow breaking after non-null assertions.Martin Probst2017-03-131-0/+1
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+1
* clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper2017-02-201-0/+4
* clang-format: don't break code using __has_include, PR31908Nico Weber2017-02-101-0/+4
* [clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev2017-02-021-0/+5
* clang-format: [JS] Properly set scopes inside template strings.Daniel Jasper2017-01-311-0/+4
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-0/+3
* clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper2016-12-131-0/+15
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-101-0/+4
* clang-format: [JS] recognize more type locations.Martin Probst2016-06-231-0/+2
* clang-format: [JS] Support shebang lines on the very first line.Martin Probst2016-05-291-1/+1
* clang-format: [JS] FormatToken.startsSequence/endsSequence.Martin Probst2016-05-291-0/+42
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-0/+2
* clang-format: [JS] generator and async functions.Martin Probst2016-04-241-2/+8
* clang-format: [JS] do not wrap ES6 imports/exports.Daniel Jasper2016-03-221-0/+2
* clang-format: [JS] no space in union and intersection types.Daniel Jasper2016-03-211-0/+1
* clang-format: [JS] Support for (.. of ..) loops.Daniel Jasper2016-02-111-0/+2
* clang-format: Improve line wrapping behavior in call sequences.Daniel Jasper2016-01-051-3/+3
* clang-format: [JS] Support TypeScript 1.6 user defined type guards.Daniel Jasper2015-12-301-0/+2
* clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper2015-12-011-0/+2
* clang-format: [Proto] Support extending message.Daniel Jasper2015-11-201-0/+2
OpenPOWER on IntegriCloud