diff options
author | Daniel Jasper <djasper@google.com> | 2013-07-15 14:33:14 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-07-15 14:33:14 +0000 |
commit | fa21c0724cb96f4893cf90050da5715a49b98754 (patch) | |
tree | d43bebc57bc32fdb48ff2adbf5be237567c8fef6 /libcxx/include | |
parent | a928e1d7a1fac1e947f460966f74fcc93620958d (diff) | |
download | bcm5719-llvm-fa21c0724cb96f4893cf90050da5715a49b98754.tar.gz bcm5719-llvm-fa21c0724cb96f4893cf90050da5715a49b98754.zip |
Improvement of change r186320.
Fixed a test that by now passed for the wrong reason.
Before:
llvm::outs() << "aaaaaaaaaaaaaaaaaaa: " << aaaaaaaaaaaaa(
aaaaaaaaaaaaaaaaaaaaaaaaaaaa);
After:
llvm::outs() << "aaaaaaaaaaaaaaaaaaa: "
<< aaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaaaaaaaaaaa);
Also reformatted Format.cpp with the latest changes (1 formatting fix
and 1 layout change of a <<-chain).
llvm-svn: 186322
Diffstat (limited to 'libcxx/include')
0 files changed, 0 insertions, 0 deletions