chore: bump maximum clang tested to 20 (#5692)

This commit is contained in:
Henry Schreiner
2025-05-25 10:54:05 -04:00
committed by GitHub
parent 9d06626521
commit 1dd85ef42a
18 changed files with 57 additions and 35 deletions

View File

@@ -540,6 +540,7 @@ TEST_SUBMODULE(smart_ptr, m) {
return list;
});
// NOLINTNEXTLINE(bugprone-incorrect-enable-shared-from-this)
class PrivateESFT : /* implicit private */ std::enable_shared_from_this<PrivateESFT> {};
struct ContainerUsingPrivateESFT {
std::shared_ptr<PrivateESFT> ptr;