Skip to content
Snippets Groups Projects
Adrien Beraud's avatar
Adrien Béraud authored
Prefer a const reference instead of shared_ptr if the shared_ptr
is not used and argument type is not changed in the method.

This allows to prevent useless shared_ptr allocations.

In getRealPrefix, use OpState to track state instead of using many
different shared_ptr.
b73a50ba
History
Name Last commit Last update