| commit | 5b49f47835e89ffc6dbf8468322febe66ebb6ecf | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Wed Jan 23 12:10:53 2013 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Wed Jan 23 12:10:53 2013 +0000 |
| tree | 10f354391e789dadb90c58c1607ef3b81d3d3683 | |
| parent | 228921d71e253a5bf65593020d52b588674f3510 [diff] |
Fix another regression for pointer types. Before: if (int * a = &b) ... After: if (int *a = &b) ... Also changed all the existing tests to test the expressions in question both in a declaration and in an expression context. llvm-svn: 173256