llvm-project
75cb5633 - [clang][Sema] Move computing enum bits into a separate function (#126096)

Commit
315 days ago
[clang][Sema] Move computing enum bits into a separate function (#126096) Move the code that computes `NumNegativeBits` and `NumPositiveBits` for an enum to a separate function in `ASTContext.h`. This function needs to be called from LLDB as well (#115005)
Author
Parents
Loading