[PATCH] D29267: [clang-tidy] safety-no-assembler
Jonathan B Coe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 3 13:46:06 PST 2017
jbcoe added a comment.
High Integrity C++ is often used as a standard for safety-critical systems. High Integrity C++ requires no assembler due to portability issues. Not my choice of wording.
I plan to implement more of the High Integrity C++ checks, some of which are more obviously safety-related.
https://reviews.llvm.org/D29267
More information about the cfe-commits
mailing list