summaryrefslogtreecommitdiffstats
path: root/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangFormat: Fix keeping line breaks for lambdasIvan Donchevskii2018-11-201-0/+2
* [clang-format] Fix end-of-file comments text proto formattingKrasimir Georgiev2018-06-251-0/+12
* [Format] Do not use a global static value for EOF within ScopedMacroState.David L. Jones2018-06-151-12/+4
* [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton2018-05-301-0/+21
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-1/+1
* Fix bugs around handling C++11 attributes.Manuel Klimek2018-04-111-2/+12
* [clang-format] Support lightweight Objective-C genericsBen Hamilton2018-04-051-3/+32
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-271-2/+2
* clang-format: fix formatting of ObjC @synchronized blocksFrancois Ferrand2018-02-271-0/+12
* [clang-format] Re-land: Fixup #include guard indents after parseFile()Mark Zeren2018-02-051-23/+37
* Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren2018-02-051-35/+22
* [clang-format] Fixup #include guard indents after parseFile()Mark Zeren2018-02-051-22/+35
* Attempt to fix implicit-fallthrough warning after r323218.Nico Weber2018-01-241-0/+1
* clang-format: Support macros in front of @interface / @protocol for ObjC code.Nico Weber2018-01-231-45/+57
* clang-format: Support formatting Java 8 interface default methods.Nico Weber2018-01-231-3/+18
* clang-format: [JS] handle semis in generic types.Martin Probst2017-11-251-7/+10
* clang-format: [JS] disable ASI on decorators.Martin Probst2017-11-251-5/+10
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-101-1/+1
* [clang-format] Fix a clang-tidy finding, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-2/+7
* clang-format clang-format.Manuel Klimek2017-09-201-18/+16
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-11/+8
* Fix formatting of lambda introducers with initializers.Manuel Klimek2017-09-191-53/+15
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-1/+6
* clang-format: Fix indentation of macros in include guards (after r312125).Daniel Jasper2017-09-041-4/+3
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-3/+57
* clang-format: [JS] detect ASI after closing parens.Martin Probst2017-08-091-1/+2
* clang-format: [JS] support fields with case/switch/default labels.Martin Probst2017-08-041-0/+14
* [clang-format] Fix parsing of <>-style proto optionsKrasimir Georgiev2017-08-031-0/+9
* clang-format: [JS] handle object types in extends positions.Martin Probst2017-08-011-0/+11
* clang-format: fix block OpeningLineIndex around preprocessorFrancois Ferrand2017-07-281-12/+42
* [clang-format] Reorder assignments, NFCKrasimir Georgiev2017-07-241-1/+1
* [clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev2017-07-241-7/+11
* [clang-format] Fix comment levels between '}' and PPDirectiveKrasimir Georgiev2017-07-211-1/+2
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-181-1/+1
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-8/+25
* [clang-format] Fix a buildbot failure after r306406Krasimir Georgiev2017-06-271-1/+2
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-6/+10
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-0/+2
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-0/+5
* clang-format: [JS] improve calculateBraceType heuristicMartin Probst2017-05-311-9/+16
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-14/+25
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-7/+14
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-181-2/+2
* [clang-format] Fix MatchingOpeningBlockLineIndex computationKrasimir Georgiev2017-05-181-2/+3
* clang-format: [JS] for async loops.Martin Probst2017-05-151-0/+4
* clang-format: refine calculating brace types.Martin Probst2017-05-101-1/+2
* clang-format: [JS] Don't indent JavaScript IIFEs.Martin Probst2017-05-091-4/+23