Skip to content
  • Ken Martin's avatar
    manually convert more NULL to nullptr · de3c93a3
    Ken Martin authored
    This topic catches another batch of NULL conversions that
    clang did not handle for various reasons. It also includes
    a number of changes to comments and strings where NULL was
    used. It also catches some recent code changes where NULL
    was used instead of nullptr.
    de3c93a3