Rule: Public class representation changed¶
Canonical rule slug: public-class-representation-changed. ← back to all rules
A published class changes how it is represented -- its size, its layout, or how it is passed -- for every consumer holding one.
Canonical demonstration¶
No single-library case demonstrates this rule alone yet — referenced only by the scenario(s) below.
Used by scenarios¶
- case126_sycl_device_impl_ptr — SYCL
deviceImpl Pointer —shared_ptr→ Raw Pointer