[cfe-commits] [PATCH] Mutable qualifier in C++0x lambda declarators

John Freeman jfreeman at cse.tamu.edu
Wed Jul 13 06:15:15 PDT 2011


This is a patch that adds a location to 
DeclaratorChunk::FunctionTypeInfo for the mutable qualifier in a lambda 
declarator. I also added a new parameter to DeclaratorChunk::getFunction 
for it, but not at the end, as it seemed more appropriate next to the 
other qualifiers. This means it has no default, and so I had to change 
call sites throughout Parse/ and Sema/. Let me know if I should have put 
it at the end with a default argument, and I'll change it.

- John
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mutable.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110713/56bca315/attachment.ksh>


More information about the cfe-commits mailing list