diff options
| author | Daniel Jasper <djasper@google.com> | 2013-05-23 10:15:45 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-05-23 10:15:45 +0000 |
| commit | e5777d25d693a90442d1fe41cece50861d925ee5 (patch) | |
| tree | e8f470a461ce9c6c11d1d0608914dde6364a9f97 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 6734592c1240e54ddbaffad3b00d195e0f809616 (diff) | |
Improve formatting of braced lists.
Before:
vector<int> x { 1, 2, 3 };
After:
vector<int> x{ 1, 2, 3 };
Also add a style option to remove the spaces inside braced lists,
so that the above becomes:
std::vector<int> v{1, 2, 3};
llvm-svn: 182570
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
