diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-02-10 20:35:35 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-02-10 20:35:35 +0000 |
commit | 372d8dcf15fb860332eace94b05c47783d7dde0f (patch) | |
tree | 4e0cbe9a4d3fa93ab9e02507fc27856988b8ac2e /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 44bf8158c5973605eb3bf245e225203fb8660b0a (diff) | |
download | llvm-372d8dcf15fb860332eace94b05c47783d7dde0f.zip llvm-372d8dcf15fb860332eace94b05c47783d7dde0f.tar.gz llvm-372d8dcf15fb860332eace94b05c47783d7dde0f.tar.bz2 |
Formatter: Initial support for ObjC dictionary literals.
Before:
@{
foo:
bar
}
;
Now:
@{ foo : bar };
parseBracedList() already does the right thing from an UnwrappedLineParser
perspective, so check for "@{" in all loops that process constructs that can
contain expressions and call parseBracedList() if found.
llvm-svn: 174840
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions