summaryrefslogtreecommitdiff
path: root/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Format] Add format check for throwing negative numbersBrian Gesiak2019-10-181-1/+1
* [clang-format] fix regression recognizing casts in Obj-C callsKrasimir Georgiev2019-10-181-2/+3
* [clang-format] throws an incorrect assertion in consumeToken() formatting the...Paul Hoad2019-10-101-1/+0
* [clang-format] Update noexcept reference qualifiers detectionKrasimir Georgiev2019-10-091-14/+8
* [clang-format] [PR27004] omits leading space for noexcept when formatting ope...Paul Hoad2019-10-071-0/+7
* [clang-format] SpacesInSquareBrackets should affect lambdas with parameters tooPaul Hoad2019-10-051-3/+4
* [clang-format] C++11 braced lists should respect the SpacesInParentheses settingPaul Hoad2019-10-041-3/+6
* [clang-format] [PR43531] clang-format damages "alternative representations" f...Paul Hoad2019-10-041-1/+11
* [clang-format] [PR42417] clang-format inserts a space after '->' for operator...Paul Hoad2019-10-041-1/+3
* [clang-format] [PR43338] C# clang format has space issues betweern C# only ke...Paul Hoad2019-10-041-5/+9
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-041-2/+8
* [clang-format] Reference qualifiers in member templates causing extra indenta...Paul Hoad2019-09-291-4/+21
* Revert r373056: [clang-format] Reference qualifiers in member templates causi...Ilya Biryukov2019-09-271-12/+4
* [clang-format] Reference qualifiers in member templates causing extra indenta...Ilya Biryukov2019-09-271-4/+12
* [clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...Paul Hoad2019-09-181-1/+2
* clang-format: Add support for formatting (some) lambdas with explicit templat...Nico Weber2019-09-131-3/+16
* [clang-format] [PR43100] clang-format C# support does not add a space betwee...Paul Hoad2019-09-121-0/+4
* 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