diff options
| author | David Greene <greened@obbligato.org> | 2011-10-19 13:04:43 +0000 |
|---|---|---|
| committer | David Greene <greened@obbligato.org> | 2011-10-19 13:04:43 +0000 |
| commit | 8e85b480d5d543fc7f7c233a686f6051c3113ec7 (patch) | |
| tree | 3358bce896b137704f2938219acdd1d073bf7aba /lldb/source/Commands/CommandObjectThread.cpp | |
| parent | 8bf0d72f0e0be33892610ae1833d4bcecaed08a5 (diff) | |
| download | llvm-8e85b480d5d543fc7f7c233a686f6051c3113ec7.zip llvm-8e85b480d5d543fc7f7c233a686f6051c3113ec7.tar.gz llvm-8e85b480d5d543fc7f7c233a686f6051c3113ec7.tar.bz2 | |
Implement Paste
Add a paste operator '#' to take two identifier-like strings and joint
them. Internally paste gets represented as a !strconcat() with any
necessary casts to string added.
This will be used to implement basic for loop functionality as in:
for i = [0, 1, 2, 3, 4, 5, 6, 7] {
def R#i : Register<...>
}
llvm-svn: 142525
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions
