| commit | 27d807cc9cdf17d88339afd7ee7b7a6d31717dbb | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Apr 30 13:56:41 2013 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Apr 30 13:56:41 2013 +0000 |
| tree | 6e58866a33517ac11f4bb462bd19028aa515b5af | |
| parent | 93b2cba03b8fefa498d73a204e154716dbc5b9b3 [diff] |
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there are now two distinct canonical 'AutoType's: one is the undeduced 'auto' placeholder type, and the other is a deduced-but-dependent type. All deduced-to-a-non-dependent-type cases are still non-canonical. llvm-svn: 180789