diff --git a/include/orm/tiny/model.hpp b/include/orm/tiny/model.hpp index f9007b2a4..2c3059c14 100644 --- a/include/orm/tiny/model.hpp +++ b/include/orm/tiny/model.hpp @@ -1583,3 +1583,4 @@ TINYORM_END_COMMON_NAMESPACE // BUG qmake, clang-cl (win32-clang-msvc) ctrl+shift+alt+b fails with: fatal error: PCH file 'debug\TinyOrm_pch.pch' not found: module file not found silverqx // BUG ccache, msvc and clang-cl support doesn't work because of /Zi param. https://github.com/ccache/ccache/issues/1040 silverqx // FUTURE security workflows, add ggshield https://github.com/GitGuardian/ggshield silverqx +// BUG clang tidy reports bugprone-exception-escape for Model class, it doesn't mean that code is buggy or can crash, it means that some defualt method generated by the compiler that should be generated noexcet was generetad as throwing silverqx