Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
-
Rule 01. Declarations and Initialization (DCL) (SEI CERT C++ Coding Standard)
-
-
STR51-CPP. Do not attempt to create a std::string from a null pointer (SEI CERT C++ Coding Standard)
-
-
-
MSC53-CPP. Do not return from a function declared [[noreturn]] (SEI CERT C++ Coding Standard)
-
MSC52-CPP. Value-returning functions must return a value from all exit paths (SEI CERT C++ Coding Standard)
-
EXP58-CPP. Pass an object of the correct type to va_start (SEI CERT C++ Coding Standard)
-