[all-commits] [llvm/llvm-project] b415db: [CIR] Add handlers for 'using enum' and namespace ...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Thu Jul 10 16:16:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b415db02e7c2b5ae86fdae25f84e646917617818
https://github.com/llvm/llvm-project/commit/b415db02e7c2b5ae86fdae25f84e646917617818
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/namespace.cpp
Log Message:
-----------
[CIR] Add handlers for 'using enum' and namespace alias (#148011)
These decl types don't require any code generation, though when debug
info is implemented, we will need to add handling for that. Until then,
we just need to have a handler so they don't generate an NYI error.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list