aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestProto.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-10-07[clang-format] Don't insert spaces after keywords in protobuf field o… (#11...Owen Pan1-0/+1
2024-09-17[clang-format[NFC] Clean up FormatTestBase and Proto/TextProto tests (#108334)Owen Pan1-2/+0
2024-05-20[clang-format][NFC] Remove redundnat llvm::, clang::, etc.Owen Pan1-5/+5
2023-10-27[clang-format][NFC] Remove more extraneous newlines in unit testsOwen Pan1-2/+2
2023-01-16Fix format for `case` in .proto filesMatt Kulukundis1-0/+7
2020-05-02[clang-format] NFC - clang-format the FormatTestsmydeveloperday1-2/+1
2019-05-10Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""Krasimir Georgiev1-0/+10
2019-04-12[clang-format] Use SpacesBeforeTrailingComments for "option" directiveKrasimir Georgiev1-0/+4
2019-03-25Revert "[clang-format] Keep protobuf "package" statement on one line"Haojian Wu1-6/+0
2019-03-23[clang-format] Keep protobuf "package" statement on one linePaul Hoad1-0/+6
2019-03-23[clang-format] correctly format protobuf fields named "enum".Paul Hoad1-0/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-15clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper1-8/+4
2018-06-12[clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev1-0/+29
2018-06-11[clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev1-0/+131
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-3/+3
2018-05-09[clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev1-0/+1
2018-04-23Revert "[clang-format] Improve Incomplete detection for (text) protos"Krasimir Georgiev1-23/+2
2018-04-13[clang-format] Improve Incomplete detection for (text) protosKrasimir Georgiev1-2/+23
2018-04-05[clang-format] Preserve spaces before a percent in (text) protosKrasimir Georgiev1-1/+3
2018-04-04[clang-format] In tests, expected code should be format-stableMark Zeren1-0/+1
2018-03-12clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper1-3/+2
2018-02-27[clang-format] Format operator key in protosKrasimir Georgiev1-0/+12
2018-02-19[clang-format] Fixup a case of text proto message attributesKrasimir Georgiev1-0/+10
2018-02-15[clang-format] Support repeated field lists in protosKrasimir Georgiev1-0/+30
2018-02-14[clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev1-0/+6
2018-02-13[clang-format] Support text proto extensionsKrasimir Georgiev1-0/+11
2018-02-08[clang-format] Do not break before long string literals in protosKrasimir Georgiev1-0/+9
2018-02-06[clang-format] Adds space around angle brackets in text protosKrasimir Georgiev1-7/+9
2018-01-31[clang-format] Adds space around braces in text protosKrasimir Georgiev1-10/+10
2017-08-03[clang-format] Fix indent of 'key <...>' and 'key {...}' in text protosKrasimir Georgiev1-0/+13
2017-08-03[clang-format] Fix parsing of <>-style proto optionsKrasimir Georgiev1-0/+5
2017-07-06[clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev1-10/+10
2017-06-29[clang-format] Fix parsing of msg{field}-style proto optionsKrasimir Georgiev1-0/+13
2017-06-27[clang-format] Support <>-style proto message fieldsKrasimir Georgiev1-0/+136
2017-06-27[clang-format] Add a test for associative map proto buffer fieldsKrasimir Georgiev1-0/+23
2017-03-14clang-format: Make it very slighly more expensive to wrap between "= {".Daniel Jasper1-0/+7
2017-02-03clang-format: [Proto] Also supports implicit string literal concatenationDaniel Jasper1-0/+3
2016-07-11Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu1-4/+4
2016-06-23clang-format: [Proto] Use more compact format for text-formatted optionsDaniel Jasper1-5/+5
2016-06-20clang-format: [Proto] Fix "import public" after r273179.Daniel Jasper1-0/+6
2016-06-20clang-format: [Proto] Don't do bad things if imports are missing ;.Daniel Jasper1-0/+15
2016-01-04clang-format: [Proto] Basic support for options with <> for repeated fields.Daniel Jasper1-0/+6
2016-01-04clang-format: [Proto] Improve wrapping of message field attributes.Daniel Jasper1-6/+22
2015-11-20clang-format: [Proto] Support extending message.Daniel Jasper1-0/+5
2015-07-16clang-format: [Proto] Handle enum bodies differently.Daniel Jasper1-0/+6
2015-06-25clang-format: [Proto] Don't treat "operator" as keyword.Daniel Jasper1-0/+4
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-23clang-format: [Proto] Don't linewrap top-level options.Daniel Jasper1-0/+8