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 | 4bfc65aab5408f76dfe38e3f4e4375fadeda3bc3 (patch) | |
tree | 46a7d83469ee0eb6f7144c43ceb7aad5d7d86caa /lib/Sema/CodeCompleteConsumer.cpp | |
parent | 19dbb20ac4371fae3190379a7e7bd467af3c00aa (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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/CodeCompleteConsumer.cpp')
0 files changed, 0 insertions, 0 deletions