llvm-project
dc87a14e
- [Clang] Fix sanitizer failure on DenseMap sentinel value enum
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
106 days ago
[Clang] Fix sanitizer failure on DenseMap sentinel value enum Summary: This triggers UBSan because the sentinel value `-1` is outside the range of accepted enum values. Just replace this with a small set.
Author
jhuber6
Committer
jhuber6
Parents
3855c49f
Loading