Skip to content

Commit

Permalink
added todo task
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 27, 2022
1 parent 0946ad6 commit 7d46185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/orm/tiny/model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d46185

Please sign in to comment.