T O P I C R E V I E W |
tomkulaga |
Posted - Jul 06 2015 : 11:05:14 PM For the following code:
Int* SomeClass::someFunc() { return &undefined_member_Variable; }
When I choose for VA to "Create from usage", it suggests that the type of "undefined_member_Varaible" should be Int*, but in fact my intention with the code was to have an int and return its address. |
2 L A T E S T R E P L I E S (Newest First) |
tomkulaga |
Posted - Jul 07 2015 : 6:13:50 PM Thanks. |
accord |
Posted - Jul 07 2015 : 3:58:53 PM I am seeing the same effect here. I have put in a bug report for this:
case=90723
Thank you for taking the time to report this. |