[PATCH] D31128: Rename the safety module to be hicpp

Jonathan B Coe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 19 09:38:34 PDT 2017


jbcoe added inline comments.


================
Comment at: clang-tidy/hicpp/NoAssemblerCheck.cpp:46
+
+  diag(ASMLocation, "do not use inline assembler in safety-critical code");
+}
----------------
Should this message use text taken directly from the HICPP rules?


https://reviews.llvm.org/D31128





More information about the cfe-commits mailing list