summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-062-0/+384
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-291-0/+29
* [NFC] clang-format: Use LLVM style in NamespaceEndCommentsFixerTestFrancois Ferrand2019-05-291-148/+149
* Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""Krasimir Georgiev2019-05-101-0/+10
* [clang-format] Fix bug in block comment reflow that joins * and /Owen Pan2019-05-031-0/+18
* [clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan2019-05-011-0/+7
* [clang-format] Fix bug that misses some function-like macro usagesOwen Pan2019-05-011-0/+6
* [clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan2019-04-231-0/+6
* [clang-format] Fix incorrect formatting of keyword macro definitionOwen Pan2019-04-181-0/+6
* [clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev2019-04-181-0/+14
* [clang-format] Fix -Wconversion-null warning in GCCReuben Thomas2019-04-151-6/+1
* [clang-format] [PR41170] Break after return type ignored with certain comment...Paul Hoad2019-04-151-0/+20
* [clang-format] Use SpacesBeforeTrailingComments for "option" directiveKrasimir Georgiev2019-04-121-0/+4
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-14/+36
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+17
* [clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413Owen Pan2019-04-071-0/+18
* [clang-format] Fix Bug 41407Owen Pan2019-04-061-0/+7
* [clang-format] BreakAfterReturnType ignored on functions with numeric templat...Paul Hoad2019-04-061-0/+36
* [clang-format] Preserve include blocks in ObjC Google styleKrasimir Georgiev2019-04-041-0/+12
* [clang-format] Do not emit replacements while regrouping if Cpp includes are OKKrasimir Georgiev2019-04-031-9/+25
* [clang-format] Regroup #includes into blocks for Google styleEric Liu2019-04-032-3/+15
* [clang-format] [PR41187] moves Java import statements to the wrong location i...Paul Hoad2019-03-301-0/+15
* [clang-format]: Add NonEmptyParentheses spacing optionReuben Thomas2019-03-301-0/+56
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-0/+37
* [clang-format] Refine structured binding detectionKrasimir Georgiev2019-03-251-0/+24
* Revert "[clang-format] Keep protobuf "package" statement on one line"Haojian Wu2019-03-251-6/+0
* [clang-format] Keep protobuf "package" statement on one linePaul Hoad2019-03-231-0/+6
* Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad2019-03-231-3/+196
* [clang-format] correctly format protobuf fields named "enum".Paul Hoad2019-03-231-0/+6
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-212-0/+185
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-16/+115
* [clang-format] structured binding in range for detected as Objective CPaul Hoad2019-03-201-0/+3
* [clang-format] [JS] handle private members.Martin Probst2019-03-191-1/+23
* [clang-format] [JS] Don't break between template string and tagMartin Probst2019-03-191-0/+6
* [clang-format] Propagate inferred language to getLLVMStyle() in getPredefined...Jordan Rupprecht2019-03-131-0/+5
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-132-11/+66
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-132-66/+11
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-132-11/+66
* clang-format: distinguish ObjC call subexpressions after r355434Krasimir Georgiev2019-03-111-0/+28
* [clang-format] broken after lambda with return type template with boolean lit...Paul Hoad2019-03-051-0/+15
* [clang-format] Fix lambdas returning template specialization that contains op...Jan Korous2019-03-051-0/+90
* [clang-format] clang-format off/on not respected when using C Style commentsPaul Hoad2019-03-021-0/+37
* [clang-format][TableGen] Don't add spaces around items in square braces.Jordan Rupprecht2019-03-011-0/+4
* [clang-format][NFC] Allow getLLVMStyle() to take a languageJordan Rupprecht2019-02-281-0/+9
* [clang-format] SpaceBeforeParens for lambda expressionsAndrew Ng2019-02-261-0/+2
* [clang-format] Do not emit replacements if Java imports are OKKrasimir Georgiev2019-02-201-0/+8
* clang-format with UseTab: Always sometimes doesn't insert the right amount of...Alexander Kornienko2019-02-151-0/+3
* [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrowBen Hamilton2019-02-081-0/+1
* [clang-format] Fix breaking of qualified operatorKrasimir Georgiev2019-02-041-0/+12
* [clang-format] Fix line parsing for noexcept lambdasBen Hamilton2019-01-301-0/+2
OpenPOWER on IntegriCloud