summaryrefslogtreecommitdiffstats
path: root/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Use SpacesBeforeTrailingComments for "option" directiveKrasimir Georgiev2019-04-121-1/+4
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-1/+2
* [clang-format] BreakAfterReturnType ignored on functions with numeric templat...Paul Hoad2019-04-061-1/+1
* [clang-format]: Add NonEmptyParentheses spacing optionReuben Thomas2019-03-301-4/+10
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-6/+19
* [clang-format] Refine structured binding detectionKrasimir Georgiev2019-03-251-8/+8
* Revert "[clang-format] Keep protobuf "package" statement on one line"Haojian Wu2019-03-251-3/+3
* [clang-format] Keep protobuf "package" statement on one linePaul Hoad2019-03-231-3/+3
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-1/+56
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-6/+9
* [clang-format] structured binding in range for detected as Objective CPaul Hoad2019-03-201-1/+4
* [clang-format] [JS] Don't break between template string and tagMartin Probst2019-03-191-0/+5
* [clang-format] [NFC] clang-format the Format libraryPaul Hoad2019-03-011-13/+15
* [clang-format] SpaceBeforeParens for lambda expressionsAndrew Ng2019-02-261-1/+3
* [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrowBen Hamilton2019-02-081-0/+4
* [clang-format] Fix breaking of qualified operatorKrasimir Georgiev2019-02-041-3/+3
* [clang-format] square parens with one token are not Objective-C message sendsAlex Lorenz2019-01-241-2/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: [JS] support goog.requireType.Martin Probst2019-01-071-0/+1
* [clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev2018-11-221-5/+6
* [clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev2018-11-201-2/+15
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-131-2/+3
* [clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht2018-11-121-0/+1
* Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang2018-11-091-1/+2
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-311-0/+24
* clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber2018-10-051-1/+7
* clang-format: [JS] conditional types.Martin Probst2018-09-271-0/+6
* clang-format: [JS] space after parameter naming.Martin Probst2018-09-261-1/+3
* [clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak2018-07-091-2/+16
* [clang-format/ObjC] Fix counting selector name parts for ObjCJacek Olesiak2018-07-091-11/+19
* [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method declBen Hamilton2018-06-291-1/+7
* [clang-format] Keep @message together in text protosKrasimir Georgiev2018-06-251-2/+19
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+3
* [clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev2018-06-121-4/+33
* clang-format: [JS] strict prop init annotation.Martin Probst2018-06-111-1/+4
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-4/+9
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-111-0/+68
* clang-format: [JS] do not wrap before any `is`.Martin Probst2018-05-221-1/+1
* [clang-format/ObjC] Correctly annotate single-component ObjC method invocationsBen Hamilton2018-05-181-0/+6
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-1/+3
* clang-format: tweak formatting of variable initialization blocksFrancois Ferrand2018-05-161-0/+5
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-13/+13
* [clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifierBen Hamilton2018-04-271-4/+21
* Revert "[clang-format] Improve Incomplete detection for (text) protos"Krasimir Georgiev2018-04-231-18/+5
* [clang-format] Improve Incomplete detection for (text) protosKrasimir Georgiev2018-04-131-5/+18
* [clang-format] Do not break after ObjC category open parenBen Hamilton2018-04-121-0/+7
* [clang-format] Don't insert space between ObjC class and lightweight genericBen Hamilton2018-04-121-3/+6
* [clang-format] Ensure ObjC selectors with 0 args are annotated correctlyBen Hamilton2018-04-051-0/+14
* [clang-format] Preserve spaces before a percent in (text) protosKrasimir Georgiev2018-04-051-0/+4