tony.riviere
Ketchup Master
   
France
58 Posts |
Posted - Jun 27 2019 : 09:01:09 AM
|
In the VA Find Reference Result, when it's done on a variable, the "write references" are displayed with a small yellow square to see them quickly when they are modified / assigned.
I would like a similar feature: to distinguish calls of const and non-const function on a variable to see when it's potentially modified.
As an example, I'm searching references on a std::vector, I would like to quickly see (via a square of a different color) the references where the vector can mutate (push_back(), clear(), ...) => non-const methods, as opposed to references where the vector won't mutate (size(), empty(), ...) => const methods. |
|