18 lines · plain
1.. title:: clang-tidy - cert-err09-cpp2.. meta::3 :http-equiv=refresh: 5;URL=../misc/throw-by-value-catch-by-reference.html4 5cert-err09-cpp6==============7 8The `cert-err09-cpp` check is an alias, please see9:doc:`misc-throw-by-value-catch-by-reference10<../misc/throw-by-value-catch-by-reference>`11for more information.12 13This check corresponds to the CERT C++ Coding Standard recommendation14ERR09-CPP. Throw anonymous temporaries. However, all of the CERT15recommendations have been removed from public view, and so their16justification for the behavior of this check requires an account on17their wiki to view.18