This avoids enabling them unconditionally in all hardening modes.
Details
Details
- Reviewers
- jdoerfert - Mordante 
- Group Reviewers
- Restricted Project 
- Commits
- rGec4005ff879b: [libc++][hardening] Mark the remaining stray assertions as uncategorized
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
In general happy, but one question before approving.
Are these all _LIBCPP_ASSERTs or are there more left?
Comment Actions
LGTM modulo one nit.
| libcxx/include/__algorithm/three_way_comp_ref_type.h | ||
|---|---|---|
| 53 | I would suggest to update the title to "Mark the remaining stray assertions as uncategorized." | |
I would suggest to update the title to "Mark the remaining stray assertions as uncategorized."
That makes the scope of the changes clear.