diff options
| author | Daniel Jasper <djasper@google.com> | 2013-01-23 12:10:53 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-01-23 12:10:53 +0000 |
| commit | 5b49f47835e89ffc6dbf8468322febe66ebb6ecf (patch) | |
| tree | 10f354391e789dadb90c58c1607ef3b81d3d3683 /clang/lib/Basic | |
| parent | 228921d71e253a5bf65593020d52b588674f3510 (diff) | |
| download | bcm5719-llvm-5b49f47835e89ffc6dbf8468322febe66ebb6ecf.tar.gz bcm5719-llvm-5b49f47835e89ffc6dbf8468322febe66ebb6ecf.zip | |
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
Diffstat (limited to 'clang/lib/Basic')
0 files changed, 0 insertions, 0 deletions

