Add a new checker, cert-err58-cpp, that checks for static or thread_local...
Add a new checker, cert-err58-cpp, that checks for static or thread_local objects that use a throwing constructor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/ERR58-CPP.+Constructors+of+objects+with+static+or+thread+storage+duration+must+not+throw+exceptions llvm-svn: 254415
Loading
Please sign in to comment