summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2016-04-05 11:46:06 +0000
committerDaniel Jasper <djasper@google.com>2016-04-05 11:46:06 +0000
commit94b1bdf91a6565dd7e6a51343fcb5fbdf25f1725 (patch)
treebb126539dde39b4d735cefb25cb8575a84d5aa79 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
parentc253f8b06be7d8fe23cb08613fad439c01d51521 (diff)
downloadbcm5719-llvm-94b1bdf91a6565dd7e6a51343fcb5fbdf25f1725.tar.gz
bcm5719-llvm-94b1bdf91a6565dd7e6a51343fcb5fbdf25f1725.zip
clang-format: Fix cast detection on "this".
Before: auto x = (X) this; After: auto x = (X)this; This fixes llvm.org/PR27198. llvm-svn: 265385
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud