Files
clang-p2996/clang/lib/Sema/SemaDecl.cpp
Ilia Kuklin 75cb563384 [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)
2025-02-11 22:17:52 +05:00

804 KiB