aboutsummaryrefslogtreecommitdiff
path: root/lib/Format
AgeCommit message (Expand)Author
2019-05-03[clang-format] Fix bug in block comment reflow that joins * and /Owen Pan
2019-05-01[clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan
2019-05-01[clang-format] Fix bug that misses some function-like macro usagesOwen Pan
2019-04-24Use llvm::stable_sortFangrui Song
2019-04-23[clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan
2019-04-18[clang-format] Fix incorrect formatting of keyword macro definitionOwen Pan
2019-04-18[clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev
2019-04-18[clang-format] Remove unused Environment constructor.Alexander Kornienko
2019-04-15[clang-format] [PR41170] Break after return type ignored with certain comment...Paul Hoad
2019-04-12[clang-format] Use SpacesBeforeTrailingComments for "option" directiveKrasimir Georgiev
2019-04-08[clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan
2019-04-08[clang-format] Optionally insert a space after unary ! operatorReuben Thomas
2019-04-07[clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413Owen Pan
2019-04-06[clang-format] Fix Bug 41407Owen Pan
2019-04-06[clang-format] BreakAfterReturnType ignored on functions with numeric templat...Paul Hoad
2019-04-04Updating Chromium's Java import orderNico Weber
2019-04-04[clang-format] Preserve include blocks in ObjC Google styleKrasimir Georgiev
2019-04-03[clang-format] Do not emit replacements while regrouping if Cpp includes are OKKrasimir Georgiev
2019-04-03[clang-format] Regroup #includes into blocks for Google styleEric Liu
2019-03-30[clang-format] [PR41187] moves Java import statements to the wrong location i...Paul Hoad
2019-03-30[clang-format]: Add NonEmptyParentheses spacing optionReuben Thomas
2019-03-26[clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler
2019-03-25[clang-format] Refine structured binding detectionKrasimir Georgiev
2019-03-25Revert "[clang-format] Keep protobuf "package" statement on one line"Haojian Wu
2019-03-23[clang-format] Keep protobuf "package" statement on one linePaul Hoad
2019-03-23Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad
2019-03-23[clang-format] correctly format protobuf fields named "enum".Paul Hoad
2019-03-21[clang-format] Add basic support for formatting C# filesPaul Hoad
2019-03-20[clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad
2019-03-20[clang-format] structured binding in range for detected as Objective CPaul Hoad
2019-03-19[clang-format] [JS] handle private members.Martin Probst
2019-03-19[clang-format] [JS] Don't break between template string and tagMartin Probst
2019-03-13[clang-format] Propagate inferred language to getLLVMStyle() in getPredefined...Jordan Rupprecht
2019-03-13[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad
2019-03-13Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad
2019-03-13[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad
2019-03-11clang-format: distinguish ObjC call subexpressions after r355434Krasimir Georgiev
2019-03-05[clang-format] broken after lambda with return type template with boolean lit...Paul Hoad
2019-03-05[clang-format] Fix lambdas returning template specialization that contains op...Jan Korous
2019-03-02[clang-format] clang-format off/on not respected when using C Style commentsPaul Hoad
2019-03-01[clang-format] [NFC] clang-format the Format libraryPaul Hoad
2019-03-01[clang-format][TableGen] Don't add spaces around items in square braces.Jordan Rupprecht
2019-02-28[clang-format][NFC] Allow getLLVMStyle() to take a languageJordan Rupprecht
2019-02-26[clang-format] SpaceBeforeParens for lambda expressionsAndrew Ng
2019-02-20[clang-format] Do not emit replacements if Java imports are OKKrasimir Georgiev
2019-02-15clang-format with UseTab: Always sometimes doesn't insert the right amount of...Alexander Kornienko
2019-02-08[Format/ObjC] Fix [foo bar]->baz formatting as lambda arrowBen Hamilton
2019-02-04[clang-format] Fix breaking of qualified operatorKrasimir Georgiev
2019-01-30[clang-format] Fix line parsing for noexcept lambdasBen Hamilton
2019-01-24[clang-format] square parens with one token are not Objective-C message sendsAlex Lorenz