[PATCH] D29267: [clang-tidy] safety-no-assembler
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 29 18:33:11 PST 2017
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:60
-The improvements are...
+Added a safety module for safety-critical checks like those from High Integrity C++.
+
----------------
Please take look on Release Notes format in previous releases branches (3.9 and 40).
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/safety-no-assembler.rst:9
+Inline assembler is forbidden by safety-critical C++ standards like High
+Intergrity C++ as it restricts the portability of code.
----------------
Link to particular standard will be helpful.
https://reviews.llvm.org/D29267
More information about the cfe-commits
mailing list