aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/FormatToken.h
AgeCommit message (Expand)Author
2019-07-27clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.Nico Weber
2019-07-22Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...Ben Hamilton
2019-06-06clang-format: better handle namespace macrosFrancois Ferrand
2019-05-29[clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand
2019-03-26[clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler
2019-03-21[clang-format] Add basic support for formatting C# filesPaul Hoad
2019-03-19[clang-format] [JS] handle private members.Martin Probst
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-31[clang-format] tweaked another case of lambda formattingKrasimir Georgiev
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-10-01[clang-format] Update comment, NFCIKrasimir Georgiev
2018-10-01[clang-format] Fix typo in comment, NFCIKrasimir Georgiev
2018-09-27clang-format: [JS] conditional types.Martin Probst
2018-09-17[clang-Format] Fix indentation of member call after blockIlya Biryukov
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-07-09[clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak
2018-07-09[clang-format/ObjC] Fix counting selector name parts for ObjCJacek Olesiak
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-12[clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton
2018-02-19[clang-format] Fix text proto extension scope opening detectionKrasimir Georgiev
2018-02-13[clang-format] Support text proto extensionsKrasimir Georgiev
2018-02-07[clang-format] Fix ObjC message arguments formatting.Jacek Olesiak
2018-02-06[clang-format] Adds space around angle brackets in text protosKrasimir Georgiev
2018-01-23Name two bool parameters. No behavior change.Nico Weber
2017-09-20clang-format clang-format.Manuel Klimek
2017-09-20Fix clang-format's detection of structured bindings.Manuel Klimek
2017-09-07[clang-format] Add support for C++17 structured bindings.Marek Kurdej
2017-08-01clang-format: [JS] no whitespace between typeof operator and l_paren.Martin Probst
2017-07-07clang-format: [JS] do not wrap after "readonly".Martin Probst
2017-07-05[clang-format] Fix an uninitialized memory accessKrasimir Georgiev
2017-07-04clang-format: [JS] space between pseudo keywords and template literals.Martin Probst
2017-07-03[clang-format] Support text proto messagesKrasimir Georgiev
2017-06-30clang-format: add options to merge empty record bodyFrancois Ferrand
2017-06-27[clang-format] Support <>-style proto message fieldsKrasimir Georgiev
2017-06-19clang-format: Fix C99 designated initializers corner casesFrancois Ferrand
2017-05-04clang-format: [JS] exponentiation operatorMartin Probst
2017-04-26clang-format: [JS] prevent wraps before class members.Martin Probst
2017-03-13clang-format: [JS] allow breaking after non-null assertions.Martin Probst
2017-03-10[clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu
2017-02-20clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper
2017-02-10clang-format: don't break code using __has_include, PR31908Nico Weber
2017-02-02[clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev
2017-01-31clang-format: [JS] Properly set scopes inside template strings.Daniel Jasper
2017-01-31[clang-format] Refactor WhitespaceManager and friendsDaniel Jasper
2016-12-13clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper
2016-11-10clang-format: [JS] do not break after declare namespace.Martin Probst
2016-06-23clang-format: [JS] recognize more type locations.Martin Probst
2016-05-29clang-format: [JS] Support shebang lines on the very first line.Martin Probst
2016-05-29clang-format: [JS] FormatToken.startsSequence/endsSequence.Martin Probst