summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] C# formatting a class with inheritance followed by an attribut...mydeveloperday2019-12-201-1/+1
* [clang][NFC] Make various uses of Regex constThomas Preud'homme2019-11-191-3/+4
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-3/+6
* clang-format: Add support for formatting (some) lambdas with explicit templat...Nico Weber2019-09-131-0/+6
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-2/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* clang-format clang/lib/FormatNico Weber2019-07-291-3/+3
* clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.Nico Weber2019-07-271-1/+1
* clang-format: Fix namespace end comments for namespaces with attributes and m...Nico Weber2019-07-231-2/+7
* Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...Ben Hamilton2019-07-221-1/+2
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-4/+13
* [clang-format] Fix bug that misses some function-like macro usagesOwen Pan2019-05-011-4/+9
* [clang-format] Fix incorrect formatting of keyword macro definitionOwen Pan2019-04-181-1/+1
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-3/+11
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-0/+1
* [clang-format] correctly format protobuf fields named "enum".Paul Hoad2019-03-231-0/+4
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-3/+3
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-2/+6
* clang-format: distinguish ObjC call subexpressions after r355434Krasimir Georgiev2019-03-111-2/+19
* [clang-format] broken after lambda with return type template with boolean lit...Paul Hoad2019-03-051-0/+2
* [clang-format] Fix lambdas returning template specialization that contains op...Jan Korous2019-03-051-0/+19
* [clang-format] [NFC] clang-format the Format libraryPaul Hoad2019-03-011-5/+4
* [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrowBen Hamilton2019-02-081-0/+3
* [clang-format] Fix line parsing for noexcept lambdasBen Hamilton2019-01-301-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Java annotation declaration being handled correctlyHans Wennborg2018-10-191-0/+4
* [clang-format] Fix BraceWrapping AfterFunction for ObjC methodsBen Hamilton2018-10-121-0/+2
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+23
* [ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan2018-09-281-0/+2
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-7/+10
* [clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth2018-08-241-1/+4
* [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
OpenPOWER on IntegriCloud