summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] handle `as const`.Martin Probst2019-08-261-0/+4
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-1/+1
* [clang-format] Fix the bug that joins template closer and > or >>Owen Pan2019-08-161-0/+2
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-1/+2
* [clang-format] fix crash involving invalid preprocessor lineKrasimir Georgiev2019-08-081-0/+2
* clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.Nico Weber2019-07-271-7/+8
* [Format] Make it easy to add new format::FormatStyle::LanguageStandard. NFCIFangrui Song2019-07-241-2/+2
* [Format/ObjC] Avoid breaking between unary operators and operandsBen Hamilton2019-07-191-0/+2
* [clang-format] Don't detect call to ObjC class method as C++11 attribute spec...Ben Hamilton2019-07-161-1/+5
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-6/+6
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-291-7/+11
* Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""Krasimir Georgiev2019-05-101-3/+3
* [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
OpenPOWER on IntegriCloud