diff options
author | Daniel Jasper <djasper@google.com> | 2017-02-20 12:43:41 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2017-02-20 12:43:41 +0000 |
commit | 3d934d366ea84054e5c5693793e2035e6187a28a (patch) | |
tree | df22f7af1e12678b742bf8c2b83fd64340f7f242 /clang/lib/Format/ContinuationIndenter.cpp | |
parent | 19b35bf7f44d253e9e95a0cf1e0862bae891836d (diff) | |
download | bcm5719-llvm-3d934d366ea84054e5c5693793e2035e6187a28a.tar.gz bcm5719-llvm-3d934d366ea84054e5c5693793e2035e6187a28a.zip |
clang-format: [JS/TS] Improve detection for array subscripts in types.
Before:
var someValue = (v as aaaaaaaaaaaaaaaaaaaa<T>[
]).someFunction(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);
After:
var someValue = (v as aaaaaaaaaaaaaaaaaaaa<T>[])
.someFunction(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);
llvm-svn: 295658
Diffstat (limited to 'clang/lib/Format/ContinuationIndenter.cpp')
0 files changed, 0 insertions, 0 deletions