summaryrefslogtreecommitdiff
path: root/test/CodeGen/annotations-builtin.c
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2019-03-01 00:12:18 +0000
committerJordan Rupprecht <rupprecht@google.com>2019-03-01 00:12:18 +0000
commit358a36e5760dd3c6d235099a29b7be6203c7fe99 (patch)
treec8a222f29c3319e25f357327473ba8f27cb30869 /test/CodeGen/annotations-builtin.c
parent48d130f239a8fc9dfeda5226608f056acb7188f3 (diff)
downloadclang-358a36e5760dd3c6d235099a29b7be6203c7fe99.tar.gz
[clang-format][TableGen] Don't add spaces around items in square braces.
Summary: clang-formatting wants to add spaces around items in square braces, e.g. [1, 2] -> [ 1, 2 ]. Based on a quick check [1], it seems like most cases are using the [1, 2] format, so make that the consistent one. [1] in llvm `.td` files, the regex `\[[^ ]` (bracket followed by not-a-space) shows up ~400 times, but `\[\s[^ ]` (bracket followed by one space and one not-a-space) shows up ~40 times => ~90% uses this format. Reviewers: djasper, krasimir, MyDeveloperDay Reviewed By: MyDeveloperDay Subscribers: MyDeveloperDay, arphaman, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D55964 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/annotations-builtin.c')
0 files changed, 0 insertions, 0 deletions