| commit | 8b6412af4615539a9d5bcb78e1d64704e39c41ab | [log] [tgz] |
|---|---|---|
| author | Sebastian Redl <sebastian.redl@getdesigned.at> | Sun Oct 16 18:19:28 2011 +0000 |
| committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Sun Oct 16 18:19:28 2011 +0000 |
| tree | 809d170bfaef6f6993cd8ed3f459945ad677da3c | |
| parent | 2b47b7a3e68a284d8447cffa642e9c90857a9657 [diff] |
Diagnose when omitting braces in direct list-initialization in C++0x. This also applies to C99-style aggregate literals, should they be used in C++11, since they are effectively identical to constructor call list-initialization syntax. llvm-svn: 142147