| commit | 139d4a3875a2a2d92b96f895498c99796fba9e95 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue Apr 08 13:07:41 2014 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue Apr 08 13:07:41 2014 +0000 |
| tree | ba162d6d24b1d31d8ff1b1ba62789e97b0c27469 | |
| parent | d74cf40386ac321fca0aed6404647667d2ef00f7 [diff] |
clang-format: Correctly understand arrays of pointers. Before: A<int * []> a; After: A<int *[]> a; This fixes llvm.org/PR19360. llvm-svn: 205761