summaryrefslogtreecommitdiffstats
path: root/lib/Format/UnwrappedLineParser.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] [NFC] clang-format the Format libraryPaul Hoad2019-03-011-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+1
* [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton2018-05-301-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-7/+7
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-1/+5
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang-format] Re-land: Fixup #include guard indents after parseFile()Mark Zeren2018-02-051-4/+17
* Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren2018-02-051-17/+4
* [clang-format] Fixup #include guard indents after parseFile()Mark Zeren2018-02-051-4/+17
* clang-format: Support macros in front of @interface / @protocol for ObjC code.Nico Weber2018-01-231-1/+1
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+7
* clang-format clang-format.Manuel Klimek2017-09-201-2/+3
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-1/+0
* Fix formatting of lambda introducers with initializers.Manuel Klimek2017-09-191-1/+1
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-0/+5
* clang-format: fix block OpeningLineIndex around preprocessorFrancois Ferrand2017-07-281-2/+13
* [clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev2017-07-241-2/+6
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-1/+2
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-2/+10
* [clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev2017-02-081-0/+15
* clang-format: [JS] handle parenthesized class expressions.Martin Probst2017-02-071-2/+5
* [clang-format] Don't reflow across comment pragmas.Krasimir Georgiev2017-02-021-0/+3
* clang-format: [JS] Handle certain cases of ASI.Daniel Jasper2016-03-141-0/+1
* clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.Daniel Jasper2016-01-091-0/+1
* clang-format: [JS/TypeScript] Support "enum" as property name.Daniel Jasper2015-12-291-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* clang-format: NFC. Cleanup after r237895.Daniel Jasper2015-05-311-5/+0
* clang-format: [JS] Better support for fat arrows.Manuel Klimek2015-05-211-0/+5
* clang-format: Fix another regression caused by r237565.Daniel Jasper2015-05-181-2/+2
* clang-format: Allow braced initializers in template arguments of classDaniel Jasper2015-05-181-2/+2
* Remove all computation of structural errors in clang-format's line parser.Manuel Klimek2015-05-061-6/+1
* clang-format: [Java] Support anonymous classes after = and return.Daniel Jasper2015-03-121-0/+1
* clang-format: [js] Support ES6 module exports.Daniel Jasper2015-02-191-1/+1
* clang-format: [js] Support ES6 module imports.Daniel Jasper2015-02-191-0/+1
* clang-format: [Java] Support Java enums.Daniel Jasper2014-11-131-0/+1
* clang-format: Use identifier table for keywords in other languages.Daniel Jasper2014-11-041-1/+5
* Sink a #include while we're here. NFC.Hans Wennborg2014-10-291-0/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-091-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-1/+1
* clang-format: Initial support for try-catch.Daniel Jasper2014-05-081-0/+1
* clang-format: [JS] support closures in container literals.Daniel Jasper2014-05-081-0/+1
* Format code around VCS conflict markers.Manuel Klimek2014-04-141-1/+10
* Correctly handle escaped newlines when the next token starts without a space.Manuel Klimek2014-04-111-0/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Get rid of special parsing for return statements.Manuel Klimek2014-01-241-1/+0
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* clang-format: Fix various problems in formatting ObjC blocks.Daniel Jasper2013-12-231-1/+2