Skip to content
  • wahikihiki's avatar
    clang-tidy: Use `= default` · 55671b41
    wahikihiki authored and Brad King's avatar Brad King committed
    Suppress some cases in `Source/cmGeneratorExpressionNode.cxx` and
    `Source/cmUVHandlePtr.h` where a few older compilers require a
    user-defined default constructor (with `{}`).
    55671b41