summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-23 12:10:53 +0000
committerDaniel Jasper <djasper@google.com>2013-01-23 12:10:53 +0000
commit5b49f47835e89ffc6dbf8468322febe66ebb6ecf (patch)
tree10f354391e789dadb90c58c1607ef3b81d3d3683 /clang/lib/Basic
parent228921d71e253a5bf65593020d52b588674f3510 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud