[PATCH] D29267: [clang-tidy] safety-no-assembler
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 6 09:24:45 PST 2017
aaron.ballman added a comment.
In https://reviews.llvm.org/D29267#667487, @alexfh wrote:
> I wonder whether there's a compiler diagnostic for this purpose. Compiler diagnostics are more efficient at reaching users and should be preferred where they are appropriate (this seems like one of such cases).
I don't think a compiler diagnostic would be appropriate for this. It would be incredibly chatty for people who do need to use the assembler.
https://reviews.llvm.org/D29267
More information about the cfe-commits
mailing list