llvm-project
a7438d6d - [clang] [ubsan] add __has_feature for UBSan checks (#148310)

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).
Author
Parents
Loading