[libcxx-commits] [libcxx] [libc++] Allow for hardening in multiple categories (PR #79859)
Will Hawkins via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 29 08:44:58 PST 2024
hawkinsw wrote:
@var-const I thought it would be cool to allow for assertions to be in multiple categories. I worked up a quick sample of how that could look. Obviously I didn't go too far because I wanted to get your thoughts. There are a ton of open questions about this (not the least of which is whether or not the macro would always compile to 0 overhead). But, I thought it might be a cool option to be able to have assertions in multiple categories. If you want me to continue to iterate, please let me know! I love helping!
Will
https://github.com/llvm/llvm-project/pull/79859
More information about the libcxx-commits
mailing list