Skip to content
Commit 8db15e4a authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Adding a checker (misc-non-copyable-objects) that detects situations where a...

Adding a checker (misc-non-copyable-objects) that detects situations where a non-copyable C type is being dereferenced, such as FILE or pthread_mutex_t. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FIO38-C.+Do+not+copy+a+FILE+object

llvm-svn: 248907
parent bcea6966
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment