diff options
author | Enrico Granata <egranata@apple.com> | 2013-06-04 22:25:36 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-06-04 22:25:36 +0000 |
commit | daa0ac48e6c70d1b114a40bf1441f62be114f502 (patch) | |
tree | bf7a634f0869eb6277a1a6d0d4117b7b83efd319 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 0024b8bd73528a3cdd764152459c9990f13b4093 (diff) | |
download | bcm5719-llvm-daa0ac48e6c70d1b114a40bf1441f62be114f502.tar.gz bcm5719-llvm-daa0ac48e6c70d1b114a40bf1441f62be114f502.zip |
<rdar://problem/12582328>
If you want to define a formatter for "array of Foo of any size", ordinarily you would say
-x "Foo \[[0-9]+\]"
this checkin allows you to instead say "Foo[]" (or "Foo []") and LLDB will automatically create the regular expression and add the -x flag on your behalf
llvm-svn: 183272
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions