summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-08-30 10:10:19 +0000
committerDaniel Jasper <djasper@google.com>2013-08-30 10:10:19 +0000
commitb71508727859e1aef49c8f08e85cb3865a51a417 (patch)
tree6a6014095fe1ff6fd9a11bb10cfb4a9f6e182d34 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py
parent1cc6cce9a625764f17c061b68e6092089e30e1f0 (diff)
downloadbcm5719-llvm-b71508727859e1aef49c8f08e85cb3865a51a417.tar.gz
bcm5719-llvm-b71508727859e1aef49c8f08e85cb3865a51a417.zip
clang-format: Improve recovery from enums with errors.
Before: namespace n { enum Type { One, Two, // missing }; int i; } void g() { } After: namespace n { enum Type { One, Two, // missing }; int i; } void g() {} llvm-svn: 189662
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud