Static checker updates.
Avoid using egrep, which is deprecated as of grep 3.8. Ignore another naming convention violation coming from the gtest headers. Don't warn about intrinsics in emmintrin.h being unchecked.
Merge request reports
Activity
Filter activity
🤔 Is there no way of knowing in the checker code which header is a "system include" and what is a "normal one"? Since we rely extensively on using-isystem
in our build system to silence warnings coming from externals. Instead of teaching the checker about GTest peculiarities, wouldn't it be better to completely ignore "system headers"?Of course I know very little of how this code works, so I'm absolutely happy with the answer being "no".
😉 mentioned in commit f3082b32
Please register or sign in to reply