llvm-project
dc87a14e - [Clang] Fix sanitizer failure on DenseMap sentinel value enum

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
Committer
Parents
Loading