Skip to content

[Style][C++]: Clang-tidy has generated many warnings that need to be fixed. #898

@SYaoJun

Description

@SYaoJun

Describe the enhancement requested

  • bugprone-narrowing-conversions: from int64_t to int32_t...
  • modernize-pass-by-value: pass by value and use std::move
  • bugprone-use-after-move: 'edge_info' used after it was moved
  • bugprone-branch-clone: switch has 2 consecutive identical branches
  • ...

Component(s)

C++, Format

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions