summaryrefslogtreecommitdiff
path: root/unittests/Format/FormatTestProto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""Krasimir Georgiev2019-05-101-0/+10
* [clang-format] Use SpacesBeforeTrailingComments for "option" directiveKrasimir Georgiev2019-04-121-0/+4
* 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] correctly format protobuf fields named "enum".Paul Hoad2019-03-231-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper2018-08-151-8/+4
* [clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev2018-06-121-0/+29
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-111-0/+131
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* [clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev2018-05-091-0/+1
* Revert "[clang-format] Improve Incomplete detection for (text) protos"Krasimir Georgiev2018-04-231-23/+2
* [clang-format] Improve Incomplete detection for (text) protosKrasimir Georgiev2018-04-131-2/+23
* [clang-format] Preserve spaces before a percent in (text) protosKrasimir Georgiev2018-04-051-1/+3
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-041-0/+1
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-121-3/+2
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-271-0/+12
* [clang-format] Fixup a case of text proto message attributesKrasimir Georgiev2018-02-191-0/+10
* [clang-format] Support repeated field lists in protosKrasimir Georgiev2018-02-151-0/+30
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-141-0/+6
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-131-0/+11
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-081-0/+9
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-7/+9
* [clang-format] Adds space around braces in text protosKrasimir Georgiev2018-01-311-10/+10
* [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protosKrasimir Georgiev2017-08-031-0/+13
* [clang-format] Fix parsing of <>-style proto optionsKrasimir Georgiev2017-08-031-0/+5
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-061-10/+10
* [clang-format] Fix parsing of msg{field}-style proto optionsKrasimir Georgiev2017-06-291-0/+13
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-0/+136
* [clang-format] Add a test for associative map proto buffer fieldsKrasimir Georgiev2017-06-271-0/+23
* clang-format: Make it very slighly more expensive to wrap between "= {".Daniel Jasper2017-03-141-0/+7
* clang-format: [Proto] Also supports implicit string literal concatenationDaniel Jasper2017-02-031-0/+3
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-4/+4
* clang-format: [Proto] Use more compact format for text-formatted optionsDaniel Jasper2016-06-231-5/+5
* clang-format: [Proto] Fix "import public" after r273179.Daniel Jasper2016-06-201-0/+6
* clang-format: [Proto] Don't do bad things if imports are missing ;.Daniel Jasper2016-06-201-0/+15
* clang-format: [Proto] Basic support for options with <> for repeated fields.Daniel Jasper2016-01-041-0/+6
* clang-format: [Proto] Improve wrapping of message field attributes.Daniel Jasper2016-01-041-6/+22
* clang-format: [Proto] Support extending message.Daniel Jasper2015-11-201-0/+5
* clang-format: [Proto] Handle enum bodies differently.Daniel Jasper2015-07-161-0/+6
* clang-format: [Proto] Don't treat "operator" as keyword.Daniel Jasper2015-06-251-0/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* clang-format: [Proto] Don't linewrap top-level options.Daniel Jasper2015-04-231-0/+8
* clang-format: [Proto] No alternate operator names.Daniel Jasper2015-04-031-0/+5
* clang-format: [Proto] Change formatting text-formatted options.Daniel Jasper2014-10-271-12/+17
* clang-format: [proto] Understand text-format nesting without :Daniel Jasper2014-08-151-0/+5
* clang-format: [proto] Improve formatting of text-proto options.Daniel Jasper2014-07-281-2/+21
* clang-format: [proto] Add required space before absolute references.Daniel Jasper2014-06-231-0/+3
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-081-2/+2