summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestTextProto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-format] Fix comment, NFCKrasimir Georgiev2018-08-131-1/+1
* [clang-format] Keep @message together in text protosKrasimir Georgiev2018-06-251-0/+18
* [clang-format] Fix end-of-file comments text proto formattingKrasimir Georgiev2018-06-251-0/+17
* [clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev2018-06-121-2/+32
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-111-10/+151
* [clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev2018-06-071-0/+22
* [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/+12
* Revert "[clang-format] Improve Incomplete detection for (text) protos"Krasimir Georgiev2018-04-231-49/+2
* [clang-format] Improve Incomplete detection for (text) protosKrasimir Georgiev2018-04-131-2/+49
* [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] Disallow breaks before ']' in text proto extensionsKrasimir Georgiev2018-03-161-4/+21
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-121-0/+17
* [clang-format] Break consecutive string literals in text protosKrasimir Georgiev2018-03-071-0/+6
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-271-0/+12
* [clang-format] Fix text proto extension scope opening detectionKrasimir Georgiev2018-02-191-0/+8
* [clang-format] Support repeated field lists in protosKrasimir Georgiev2018-02-151-4/+46
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-141-0/+4
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-131-0/+61
* [clang-format] Fix comment indentation in text protosKrasimir Georgiev2018-02-121-0/+12
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-081-0/+7
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-43/+43
* [clang-format] Adds space around braces in text protosKrasimir Georgiev2018-01-311-20/+20
* [clang-format] Fixes indentation of inner text proto messagesKrasimir Georgiev2018-01-251-0/+4
* [clang-format] Ignore UnbreakableTailLength sometimes during breakingKrasimir Georgiev2018-01-231-0/+12
* [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protosKrasimir Georgiev2017-08-031-0/+44
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-061-37/+36
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-0/+251
OpenPOWER on IntegriCloud