clang-format: Properly match parens of macro parameter lists.
authorDaniel Jasper <djasper@google.com>
Wed, 19 Apr 2017 06:06:38 +0000 (06:06 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 19 Apr 2017 06:06:38 +0000 (06:06 +0000)
commit47d58ea681d9a9f1bbce7e37963d5179f227d7a5
tree8cf988a3c59147450387de26c60189238dde4db8
parent9404497acddc23ed6602ec663d17bb846186c9d6
clang-format: Properly match parens of macro parameter lists.

No tests yet, but this will be tested by the upcoming:
https://reviews.llvm.org/D28462

llvm-svn: 300661
clang/lib/Format/TokenAnnotator.cpp