From: Baptiste L. <gai...@fr...> - 2002-12-27 19:24:59
|
----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Friday, December 27, 2002 11:38 AM Subject: [Cpptool-develop] Progress on InlineTemp > There're just two things that are left to be done for the InlineTemp > refactoring. > Both of them need an improvement in expression parsing I'm currently > thinking > about. The two things are: > - detect assignments to a temporary variable Yes, we need that. Sven started something like that for the SplitTemp refactoring. I'm not sure what the status of the code is though. Give a look to SplitTempRefactoring class. > - find out if the initializer expression consists of one or more > elements (in case > of more elements I need to add braces when inlining the expression) I don't get what you mean. Do you mean if the variable is initialized by a constructor ? > For both things I need some more details on the operations in the > expression. See reply to the other mail. Baptiste. [...] > > -- Andre |