[PATCH] D29267: [clang-tidy] safety-no-assembler

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 03:41:52 PST 2017


JonasToth added a comment.

In https://reviews.llvm.org/D29267#667614, @jbcoe wrote:

> @alexfh Can we defer moving this to a compiler diagnostic? I'm keen to get a target in place for people to write more safety checks.


+1 from me :) 
and assembler might be bad style, but is it worth a warning? I think people writing assembly in their code wouldnt be amused and turn it off anyway, since they believe its necessary and worth it.


https://reviews.llvm.org/D29267





More information about the cfe-commits mailing list