[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / cert / err09-cpp.rst
blob1a9c0f9d7cbed9fce11ad442c52cb40a2f86be62
1 .. title:: clang-tidy - cert-err09-cpp
2 .. meta::
3    :http-equiv=refresh: 5;URL=../misc/throw-by-value-catch-by-reference.html
5 cert-err09-cpp
6 ==============
8 The `cert-err09-cpp` check is an alias, please see
9 :doc:`misc-throw-by-value-catch-by-reference <../misc/throw-by-value-catch-by-reference>`
10 for more information.
12 This check corresponds to the CERT C++ Coding Standard recommendation
13 ERR09-CPP. Throw anonymous temporaries. However, all of the CERT recommendations
14 have been removed from public view, and so their justification for the behavior
15 of this check requires an account on their wiki to view.