Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29537634: Noissue - clang-format configuration file for C++

Created:
Sept. 6, 2017, 1:44 p.m. by Eric
Modified:
Nov. 24, 2017, 11:30 a.m.
CC:
tlucas
Visibility:
Public.

Description

Noissue - clang-format configuration file for C++

Patch Set 1 #

Total comments: 7

Patch Set 2 : address comments #

Total comments: 2

Patch Set 3 : new version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -0 lines) Patch
A c++/clang-format/README.md View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A c++/clang-format/clang-format-eyeo View 1 2 1 chunk +48 lines, -0 lines 0 comments Download

Messages

Total messages: 21
Eric
This is for codingtools. It's a configuration file for clang-format to eyeo coding standards. I ...
Sept. 6, 2017, 1:53 p.m. (2017-09-06 13:53:30 UTC) #1
hub
we should file an issue for this as we'll need to also update the dependencies ...
Sept. 6, 2017, 2:21 p.m. (2017-09-06 14:21:53 UTC) #2
Felix Dahlke
On 2017/09/06 14:21:53, hub wrote: > we should file an issue for this as we'll ...
Sept. 6, 2017, 2:41 p.m. (2017-09-06 14:41:23 UTC) #3
hub
Current this clang format cause this kind of changes: - scheduler([this, fileName, data, callback] - ...
Sept. 6, 2017, 2:42 p.m. (2017-09-06 14:42:43 UTC) #4
hub
https://codereview.adblockplus.org/29537634/diff/29537635/c++/clang-format/clang-format-eyeo File c++/clang-format/clang-format-eyeo (right): https://codereview.adblockplus.org/29537634/diff/29537635/c++/clang-format/clang-format-eyeo#newcode28 c++/clang-format/clang-format-eyeo:28: IndentCaseLabels: false This should be "true" False turns ``` ...
Sept. 6, 2017, 2:56 p.m. (2017-09-06 14:56:51 UTC) #5
sergei
On 2017/09/06 14:41:23, Felix Dahlke wrote: > On 2017/09/06 14:21:53, hub wrote: > > we ...
Sept. 8, 2017, 3:10 p.m. (2017-09-08 15:10:45 UTC) #6
Eric
https://codereview.adblockplus.org/29537634/diff/29537635/c++/clang-format/clang-format-eyeo File c++/clang-format/clang-format-eyeo (right): https://codereview.adblockplus.org/29537634/diff/29537635/c++/clang-format/clang-format-eyeo#newcode3 c++/clang-format/clang-format-eyeo:3: AccessModifierOffset: -2 On 2017/09/08 15:10:44, sergei wrote: > I ...
Sept. 8, 2017, 3:48 p.m. (2017-09-08 15:48:35 UTC) #7
Eric
On 2017/09/06 14:42:43, hub wrote: > Current this clang format cause this kind of changes: ...
Sept. 8, 2017, 3:51 p.m. (2017-09-08 15:51:58 UTC) #8
Eric
On 2017/09/08 15:10:45, sergei wrote: > I'm not sure whether everyone is aware how it ...
Sept. 8, 2017, 3:58 p.m. (2017-09-08 15:58:46 UTC) #9
hub
On 2017/09/08 15:10:45, sergei wrote: > Therefore for the beginning I would propose to have ...
Sept. 8, 2017, 4:02 p.m. (2017-09-08 16:02:33 UTC) #10
hub
https://codereview.adblockplus.org/29537634/diff/29537635/c++/clang-format/clang-format-eyeo File c++/clang-format/clang-format-eyeo (right): https://codereview.adblockplus.org/29537634/diff/29537635/c++/clang-format/clang-format-eyeo#newcode18 c++/clang-format/clang-format-eyeo:18: ColumnLimit: 0 On 2017/09/08 15:48:34, Eric wrote: > On ...
Sept. 8, 2017, 4:02 p.m. (2017-09-08 16:02:45 UTC) #11
Eric
On 2017/09/06 14:42:42, hub wrote: > Should we have a column limit like 80 ? ...
Sept. 8, 2017, 4:06 p.m. (2017-09-08 16:06:27 UTC) #12
Eric
On 2017/09/08 16:02:45, hub wrote: > this actually unwrap manually wrapped lines. So maybe a ...
Sept. 8, 2017, 4:25 p.m. (2017-09-08 16:25:57 UTC) #13
Eric
On 2017/09/08 16:02:45, hub wrote: > this actually unwrap manually wrapped lines. So maybe a ...
Sept. 8, 2017, 4:56 p.m. (2017-09-08 16:56:01 UTC) #14
hub
On 2017/09/08 16:56:01, Eric wrote: > On 2017/09/08 16:02:45, hub wrote: > > this actually ...
Sept. 8, 2017, 5:37 p.m. (2017-09-08 17:37:01 UTC) #15
Vasily Kuznetsov
A couple of procedural comments: 1) Right now the folders in `codingtools` repository are called ...
Sept. 11, 2017, 10:44 a.m. (2017-09-11 10:44:33 UTC) #16
Eric
On 2017/09/08 17:37:01, hub wrote: > in src/DefaultFileSystem.cpp > > #if _POSIX_C_SOURCE >= 200809L > ...
Sept. 12, 2017, 2:45 p.m. (2017-09-12 14:45:16 UTC) #17
Eric
Patch set 3 is a rewrite of the configuration file. The README is expanded. In ...
Sept. 15, 2017, 1:09 p.m. (2017-09-15 13:09:02 UTC) #18
Eric
On 2017/09/11 10:44:33, Vasily Kuznetsov wrote: > Right now the folders in `codingtools` repository are ...
Sept. 15, 2017, 1:21 p.m. (2017-09-15 13:21:19 UTC) #19
Vasily Kuznetsov
On 2017/09/15 13:21:19, Eric wrote: > On 2017/09/11 10:44:33, Vasily Kuznetsov wrote: > > Right ...
Sept. 18, 2017, 3:57 p.m. (2017-09-18 15:57:13 UTC) #20
tlucas
Nov. 24, 2017, 11:30 a.m. (2017-11-24 11:30:03 UTC) #21
Adding myself to CC

Powered by Google App Engine
This is Rietveld