Extra Clang Tools 5 documentation

clang-tidy - cert-err52-cpp

«  cert-err34-c   ::   Contents   ::   cert-err58-cpp  »

cert-err52-cpp

This check flags all call expressions involving setjmp() and longjmp().

This check corresponds to the CERT C++ Coding Standard rule ERR52-CPP. Do not use setjmp() or longjmp().

«  cert-err34-c   ::   Contents   ::   cert-err58-cpp  »