summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprAgg.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-05-23 21:35:49 +0000
committerDaniel Jasper <djasper@google.com>2013-05-23 21:35:49 +0000
commitf632f6928451637097ffe3a2bae25bb4ef755a43 (patch)
tree047523960f6c0f7fa97bec139a3313e43e243e56 /clang/lib/CodeGen/CGExprAgg.cpp
parent96a6f90d84412e08cb1f6d5d8069a610bd14e015 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud