[clang] [clang][Sema] Move computing enum width and type to a separate function (PR #120965)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 10:31:56 PST 2025


Sirraide wrote:

> Don't really know where exactly to place it inside `ASTContext.h`, though.

Honestly, just put it wherever I’d say. Unlike `Sema.h`, `ASTContext.h` is much less well-organised last time I checked.

https://github.com/llvm/llvm-project/pull/120965


More information about the cfe-commits mailing list