Page MenuHome

Cleanup: Clang-tidy modernize-use-default-member-init
ClosedPublic

Authored by Ankit Meel (ankitm) on Nov 7 2020, 5:18 PM.

Details

Summary

Using assignment syntax as we don't use {} initialization yet.

Diff Detail

Repository
rB Blender
Branch
modernize (branched from master)
Build Status
Buildable 12647
Build 12647: arc lint + arc unit

Event Timeline

Ankit Meel (ankitm) requested review of this revision.Nov 7 2020, 5:18 PM
Ankit Meel (ankitm) created this revision.
source/blender/blenlib/intern/mesh_intersect.cc
1028

note to self. This one should be explicit.

  • restore warning as error
Sergey Sharybin (sergey) requested changes to this revision.Feb 5 2021, 2:29 PM
Sergey Sharybin (sergey) added inline comments.
source/blender/blenlib/intern/mesh_intersect.cc
1063–1064

The syntax is ITT_value() = default;.

This revision now requires changes to proceed.Feb 5 2021, 2:29 PM
  • verify that it builds
This revision is now accepted and ready to land.Feb 5 2021, 2:38 PM