Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.64 KB

coding_guidelines.md

File metadata and controls

37 lines (29 loc) · 1.64 KB

C++ Core Guidelines

Google C++ Style Guide

High Integrity C++ Coding Standard (HIC++)
(Note: covers C++11)

MISRA C++:2008 Guidelines for the use of the C++ language in critical systems
(Note: covers C++03)

AUTOSAR Guidelines for the use of the C++14 language in critical and safety-related systems
(Note: based on MISRA C++:2008, adapted to cover C++14, and contains traceability to MISRA C++, JSF++, CERT C++ and C++ Core Guidelines)

SEI CERT C++ Coding Standard - Rules for Developing Safe, Reliable, and Secure Systems in C++ - 2016 Edition
(Note: covers C++14)

Joint Strike Fighter Air Vehicle C++ Coding Standards
(Note: covers C++03)

Other references:

Rulecheckers: