Title: Clang_V  
Author: Aaron Ballman Oct 22, 2014
Last Changed by: Aaron Ballman Sep 02, 2016
Tiny Link: (useful for email) https://wiki.sei.cmu.edu/confluence/x/9no-BQ
Export As: Word · PDF  
Incoming Links
SEI CERT C++ Coding Standard (23)
    Page: ERR54-CPP. Catch handlers should order their parameter types from most derived to least derived
    Page: DCL52-CPP. Never qualify a reference type with const or volatile
    Page: EXP50-CPP. Do not depend on the order of evaluation for side effects
    Page: DCL51-CPP. Do not declare or define a reserved identifier
    Page: EXP60-CPP. Do not pass a nonstandard-layout type object across execution boundaries
    Page: Clang_38_V
    Page: OOP50-CPP. Do not invoke virtual functions from constructors or destructors
    Page: EXP51-CPP. Do not delete an array through a pointer of the incorrect type
    Page: DCL53-CPP. Do not write syntactically ambiguous declarations
    Page: MEM50-CPP. Do not access freed memory
    Page: MSC53-CPP. Do not return from a function declared [[noreturn]]
    Page: OOP52-CPP. Do not delete a polymorphic object without a virtual destructor
    Page: Clang_39_V
    Page: MSC52-CPP. Value-returning functions must return a value from all exit paths
    Page: EXP59-CPP. Use offsetof() on valid types and members
    Page: EXP53-CPP. Do not read uninitialized memory
    Page: EXP54-CPP. Do not access an object outside of its lifetime
    Page: DCL59-CPP. Do not define an unnamed namespace in a header file
    Page: Clang
    Page: EXP52-CPP. Do not rely on side effects in unevaluated operands
    Page: MEM51-CPP. Properly deallocate dynamically allocated resources
    Page: OOP53-CPP. Write constructor member initializers in the canonical order
    Page: EXP57-CPP. Do not cast or delete pointers to incomplete classes
Hierarchy
Parent Page
    Page: CC. Analyzers
Labels
There are no labels assigned to this page.