[PATCH] Have LoopConvert use 'auto &&' where necessary

Edwin Vane edwin.vane at intel.com
Wed Mar 6 12:42:36 PST 2013


  Actually, the way the code is now, if it detects a T&& return type from operator* it still uses 'auto &' in the for loop which compiles. I'm not sure if semantically this is ok. rvalue references still give me headaches:)

http://llvm-reviews.chandlerc.com/D500



More information about the cfe-commits mailing list