index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Format
/
FormatTestProto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Discourage breaks in submessage entries, hard rule
Krasimir Georgiev
2018-06-12
1
-0
/
+29
*
[clang-format] text protos: put entries on separate lines if there is a subme...
Krasimir Georgiev
2018-06-11
1
-0
/
+131
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-3
/
+3
*
[clang-format] Respect BreakBeforeClosingBrace while calculating length
Krasimir Georgiev
2018-05-09
1
-0
/
+1
*
Revert "[clang-format] Improve Incomplete detection for (text) protos"
Krasimir Georgiev
2018-04-23
1
-23
/
+2
*
[clang-format] Improve Incomplete detection for (text) protos
Krasimir Georgiev
2018-04-13
1
-2
/
+23
*
[clang-format] Preserve spaces before a percent in (text) protos
Krasimir Georgiev
2018-04-05
1
-1
/
+3
*
[clang-format] In tests, expected code should be format-stable
Mark Zeren
2018-04-04
1
-0
/
+1
*
clang-format: Properly handle implicit string concatenation in text protos
Daniel Jasper
2018-03-12
1
-3
/
+2
*
[clang-format] Format operator key in protos
Krasimir Georgiev
2018-02-27
1
-0
/
+12
*
[clang-format] Fixup a case of text proto message attributes
Krasimir Georgiev
2018-02-19
1
-0
/
+10
*
[clang-format] Support repeated field lists in protos
Krasimir Georgiev
2018-02-15
1
-0
/
+30
*
[clang-format] Recognize percents as format specifiers in protos
Krasimir Georgiev
2018-02-14
1
-0
/
+6
*
[clang-format] Support text proto extensions
Krasimir Georgiev
2018-02-13
1
-0
/
+11
*
[clang-format] Do not break before long string literals in protos
Krasimir Georgiev
2018-02-08
1
-0
/
+9
*
[clang-format] Adds space around angle brackets in text protos
Krasimir Georgiev
2018-02-06
1
-7
/
+9
*
[clang-format] Adds space around braces in text protos
Krasimir Georgiev
2018-01-31
1
-10
/
+10
*
[clang-format] Fix indent of 'key <...>' and 'key {...}' in text protos
Krasimir Georgiev
2017-08-03
1
-0
/
+13
*
[clang-format] Fix parsing of <>-style proto options
Krasimir Georgiev
2017-08-03
1
-0
/
+5
*
[clang-format] Add space between a message field key and the opening bracket ...
Krasimir Georgiev
2017-07-06
1
-10
/
+10
*
[clang-format] Fix parsing of msg{field}-style proto options
Krasimir Georgiev
2017-06-29
1
-0
/
+13
*
[clang-format] Support <>-style proto message fields
Krasimir Georgiev
2017-06-27
1
-0
/
+136
*
[clang-format] Add a test for associative map proto buffer fields
Krasimir Georgiev
2017-06-27
1
-0
/
+23
*
clang-format: Make it very slighly more expensive to wrap between "= {".
Daniel Jasper
2017-03-14
1
-0
/
+7
*
clang-format: [Proto] Also supports implicit string literal concatenation
Daniel Jasper
2017-02-03
1
-0
/
+3
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-4
/
+4
*
clang-format: [Proto] Use more compact format for text-formatted options
Daniel Jasper
2016-06-23
1
-5
/
+5
*
clang-format: [Proto] Fix "import public" after r273179.
Daniel Jasper
2016-06-20
1
-0
/
+6
*
clang-format: [Proto] Don't do bad things if imports are missing ;.
Daniel Jasper
2016-06-20
1
-0
/
+15
*
clang-format: [Proto] Basic support for options with <> for repeated fields.
Daniel Jasper
2016-01-04
1
-0
/
+6
*
clang-format: [Proto] Improve wrapping of message field attributes.
Daniel Jasper
2016-01-04
1
-6
/
+22
*
clang-format: [Proto] Support extending message.
Daniel Jasper
2015-11-20
1
-0
/
+5
*
clang-format: [Proto] Handle enum bodies differently.
Daniel Jasper
2015-07-16
1
-0
/
+6
*
clang-format: [Proto] Don't treat "operator" as keyword.
Daniel Jasper
2015-06-25
1
-0
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
clang-format: [Proto] Don't linewrap top-level options.
Daniel Jasper
2015-04-23
1
-0
/
+8
*
clang-format: [Proto] No alternate operator names.
Daniel Jasper
2015-04-03
1
-0
/
+5
*
clang-format: [Proto] Change formatting text-formatted options.
Daniel Jasper
2014-10-27
1
-12
/
+17
*
clang-format: [proto] Understand text-format nesting without :
Daniel Jasper
2014-08-15
1
-0
/
+5
*
clang-format: [proto] Improve formatting of text-proto options.
Daniel Jasper
2014-07-28
1
-2
/
+21
*
clang-format: [proto] Add required space before absolute references.
Daniel Jasper
2014-06-23
1
-0
/
+3
*
Enable alternative tokens by default for clang-format.
Nikola Smiljanic
2014-05-08
1
-2
/
+2
*
clang-format: Don't bin-pack text-proto-formatted options.
Daniel Jasper
2014-04-29
1
-0
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
clang-format: Understand proto text format without commas.
Daniel Jasper
2014-04-15
1
-5
/
+5
*
x
Daniel Jasper
2014-04-15
1
-0
/
+3
*
clang-format: Fix false positive in braced list detection in protos.
Daniel Jasper
2014-04-10
1
-0
/
+8
*
clang-format: Let chromium style inherit google style's javascript tweaks.
Nico Weber
2014-02-02
1
-1
/
+1
*
clang-format: More custom option fixes for protocol buffer files.
Daniel Jasper
2014-01-29
1
-0
/
+3
[next]