summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2017-02-20 12:43:41 +0000
committerDaniel Jasper <djasper@google.com>2017-02-20 12:43:41 +0000
commit3d934d366ea84054e5c5693793e2035e6187a28a (patch)
treedf22f7af1e12678b742bf8c2b83fd64340f7f242 /clang/lib/Format/ContinuationIndenter.cpp
parent19b35bf7f44d253e9e95a0cf1e0862bae891836d (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud