diff options
author | iphydf <iphydf@users.noreply.github.com> | 2020-05-05 22:28:59 +0100 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2020-05-05 22:56:35 +0100 |
commit | 48bd200acbf4b4d8f3fa241373477b3a21001d17 (patch) | |
tree | 732cd71532990452c9d7c07920265ed272f3e6c9 /.circleci/cmake-tsan | |
parent | c1a2ea3309969608a5553c34fa4199b05f20abc2 (diff) |
refactor: Disallow multiple initialised declarators per decl.
We no longer allow:
```c
int a = 0, b = 0;
int a[3], b[3];
int a, *b;
```
But we do still allow (for now):
```c
int a, b;
```
Diffstat (limited to '.circleci/cmake-tsan')
0 files changed, 0 insertions, 0 deletions