diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-02-21 23:18:00 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-02-21 23:18:00 +0000 |
commit | 27e39b11b18c5805d72de998ab585bed86527d79 (patch) | |
tree | 3d9259fbeb6e0a95a4432d1b1282f12618f0ad79 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 13adc7fefdd8b9031e28a008be7385f27d08ad05 (diff) | |
download | bcm5719-llvm-27e39b11b18c5805d72de998ab585bed86527d79.tar.gz bcm5719-llvm-27e39b11b18c5805d72de998ab585bed86527d79.zip |
C++0x's deduced auto is illegal in typedefs.
This actually rules out too much, since it also catches typedefs for pointers to functions with trailing return types:
typedef auto (*F)() -> int;
Fix for that (and the same issue in all abstract-declarators) to follow shortly.
llvm-svn: 126153
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions