[clang] [clang:frontend] Move helper functions to common location for SemaSPIRV (PR #125045)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 30 23:07:08 PST 2025
Sirraide wrote:
> `Sema` or `SemaBase`?
Typically we just put those in `Sema`; I think the only thing in `SemaBase` at the moment are some diagnostics helpers.
https://github.com/llvm/llvm-project/pull/125045
More information about the cfe-commits
mailing list