aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/UnwrappedLineParser.h
AgeCommit message (Expand)Author
2019-09-12[clang-format] Add new style option IndentGotoLabelsPaul Hoad
2019-03-01[clang-format] [NFC] clang-format the Format libraryPaul Hoad
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-05-30[clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2018-04-06Fix typos in clangAlexander Kornienko
2018-02-05[clang-format] Re-land: Fixup #include guard indents after parseFile()Mark Zeren
2018-02-05Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren
2018-02-05[clang-format] Fixup #include guard indents after parseFile()Mark Zeren
2018-01-23clang-format: Support macros in front of @interface / @protocol for ObjC code.Nico Weber
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-09-20clang-format clang-format.Manuel Klimek
2017-09-20Fix clang-format's detection of structured bindings.Manuel Klimek
2017-09-19Fix formatting of lambda introducers with initializers.Manuel Klimek
2017-08-30clang-format: Add preprocessor directive indentationKrasimir Georgiev
2017-07-28clang-format: fix block OpeningLineIndex around preprocessorFrancois Ferrand
2017-07-24[clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev
2017-06-27[clang-format] Support <>-style proto message fieldsKrasimir Georgiev
2017-02-27[clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev
2017-02-08[clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev
2017-02-07clang-format: [JS] handle parenthesized class expressions.Martin Probst
2017-02-02[clang-format] Don't reflow across comment pragmas.Krasimir Georgiev
2016-03-14clang-format: [JS] Handle certain cases of ASI.Daniel Jasper
2016-01-09clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.Daniel Jasper
2015-12-29clang-format: [JS/TypeScript] Support "enum" as property name.Daniel Jasper
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-05-31clang-format: NFC. Cleanup after r237895.Daniel Jasper
2015-05-21clang-format: [JS] Better support for fat arrows.Manuel Klimek
2015-05-18clang-format: Fix another regression caused by r237565.Daniel Jasper
2015-05-18clang-format: Allow braced initializers in template arguments of classDaniel Jasper
2015-05-06Remove all computation of structural errors in clang-format's line parser.Manuel Klimek
2015-03-12clang-format: [Java] Support anonymous classes after = and return.Daniel Jasper
2015-02-19clang-format: [js] Support ES6 module exports.Daniel Jasper
2015-02-19clang-format: [js] Support ES6 module imports.Daniel Jasper
2014-11-13clang-format: [Java] Support Java enums.Daniel Jasper
2014-11-04clang-format: Use identifier table for keywords in other languages.Daniel Jasper
2014-10-29Sink a #include while we're here. NFC.Hans Wennborg
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-05-09clang-format: Fix bug introduced by r208392.Daniel Jasper
2014-05-09[C++11] Use 'nullptr'.Craig Topper
2014-05-08clang-format: Initial support for try-catch.Daniel Jasper
2014-05-08clang-format: [JS] support closures in container literals.Daniel Jasper
2014-04-14Format code around VCS conflict markers.Manuel Klimek
2014-04-11Correctly handle escaped newlines when the next token starts without a space.Manuel Klimek
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-01-24Get rid of special parsing for return statements.Manuel Klimek
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth