Override of method
Author: LGTM
import cpp
from MemberFunction override, MemberFunction base
where
base.getName() = 'what' and
base.getDeclaringType().getName() = 'exception' and
base.getDeclaringType().getNamespace().getName() = 'std' and
override.overrides+(base)
select override
Description
Finds methods that override `std::exception::what()`