diff options
author | Daniel Jasper <djasper@google.com> | 2013-05-23 21:35:49 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-05-23 21:35:49 +0000 |
commit | f632f6928451637097ffe3a2bae25bb4ef755a43 (patch) | |
tree | 047523960f6c0f7fa97bec139a3313e43e243e56 /clang/lib/CodeGen/CGExprAgg.cpp | |
parent | 96a6f90d84412e08cb1f6d5d8069a610bd14e015 (diff) | |
download | bcm5719-llvm-f632f6928451637097ffe3a2bae25bb4ef755a43.tar.gz bcm5719-llvm-f632f6928451637097ffe3a2bae25bb4ef755a43.zip |
More tests and a fix for braced init lists.
Before: f(new vector<int> { 1, 2, 3 });
After: f(new vector<int>{ 1, 2, 3 });
llvm-svn: 182614
Diffstat (limited to 'clang/lib/CodeGen/CGExprAgg.cpp')
0 files changed, 0 insertions, 0 deletions