diff options
author | Daniel Jasper <djasper@google.com> | 2013-03-01 17:13:29 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-03-01 17:13:29 +0000 |
commit | 8eb371b3ccfaf219adad95671392b03bf5d30c73 (patch) | |
tree | c0bcdc2d745b8ac8901f22639f757c1fdfeeab18 /lldb/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 7c9ba1174749d0f3a87bdd302c7848491e124a0d (diff) | |
download | bcm5719-llvm-8eb371b3ccfaf219adad95671392b03bf5d30c73.tar.gz bcm5719-llvm-8eb371b3ccfaf219adad95671392b03bf5d30c73.zip |
Correctly format arrays of pointers and function types.
Before:
void f(Type(*parameter)[10]) {}
int(*func)(void *);
After:
void f(Type (*parameter)[10]) {}
int (*func)(void *);
llvm-svn: 176356
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStdStringFunction.py')
0 files changed, 0 insertions, 0 deletions