[libcxx-commits] [PATCH] D96842: [dfsan] Do not specialize vector<bool> for DFSan
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 17 05:35:18 PST 2021
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Sorry, but this doesn't work. We can't change the API when DF Sanitizer is in use. One thing we could do is add some sort of annotation if you have an attribute to disable that specific sanitizer on `vector<bool>`, but we can't just not have the declaration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96842/new/
https://reviews.llvm.org/D96842
More information about the libcxx-commits
mailing list