llvm-project
a7438d6d
- [clang] [ubsan] add __has_feature for UBSan checks (#148310)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
66 days ago
[clang] [ubsan] add __has_feature for UBSan checks (#148310) Before, we could only condition code on whether *any* UBSan check is enabled. Add separate features for each of them, now we can do e.g. __has_feature(array_bounds_sanitizer).
References
#148310 - [clang] [ubsan] add __has_feature for UBSan checks
Author
fmayer
Parents
6fea3da4
Loading