| commit | b2bc2e67520df0417fc5287de92e3cebd3060cfd | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Feb 21 20:05:19 2011 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Mon Feb 21 20:05:19 2011 +0000 |
| tree | 8eb5c1796680a77e020f0559a51e302b8a4616e4 | |
| parent | bda17491c4885ed37235c1e8afcfe75de479cd3b [diff] |
Tweaks to C++0x deduced auto type support: * Flag indicating 'we're parsing this auto typed variable's initializer' moved from VarDecl to Sema * Temporary template parameter list for auto deduction is now allocated on the stack. * Deduced 'auto' types are now uniqued. llvm-svn: 126139