summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
diff options
context:
space:
mode:
authorYan Zhang <ynzhang@google.com>2018-11-09 23:19:14 +0000
committerYan Zhang <ynzhang@google.com>2018-11-09 23:19:14 +0000
commite2d56dcc038b4202ef36db1f423fb8ba894a0469 (patch)
tree9f877751c12dfb4bf55151197072df2928da48a3 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
parent6fddb536853c6485bf8dcbc9dd5d04cf9045cc6d (diff)
downloadbcm5719-llvm-e2d56dcc038b4202ef36db1f423fb8ba894a0469.tar.gz
bcm5719-llvm-e2d56dcc038b4202ef36db1f423fb8ba894a0469.zip
Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when message target is a result of a C-style method.
Summary: The issue is that for array subscript like: ``` arr[[Foo() bar]]; ``` ClangFormat will recognize it as C++11 attribute syntax and put a space between 'arr' and first '[', like: ``` arr [[Foo() bar]]; ``` Now it is fixed. Tested with: ``` ninja FormatTests ``` Reviewers: benhamilton Reviewed By: benhamilton Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D54288 llvm-svn: 346566
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud