Remix.run Logo
PaulDavisThe1st 4 days ago

I use this often, but it is sadly weak when used on C++ code that includes polymorphic methods/functions:

  /* snip */

  void
  Object::do_the_thing (int)
  {
  }

  void
  Object::do_the_thing (float)
  {
  }

  /* snip*/
AFAICT, git log will never be able to be told to review the history of the second version.