[PATCH] D29118: [clang-tidy] safety-no-vector-bool
Jonathan B Coe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 1 10:59:53 PST 2017
jbcoe abandoned this revision.
jbcoe added a comment.
Posting a comment re-opened this patch. The approach taken cannot handle templates using `std::vector<bool>`, a radical rework is needed.
https://reviews.llvm.org/D29267 introduces the safety critical module with a much simpler check (no assembler).
https://reviews.llvm.org/D29118
More information about the cfe-commits
mailing list