[all-commits] [llvm/llvm-project] 17fdcd: [CIR][NFC] Upstream bulk handling for Decl kinds (...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Fri May 2 14:24:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17fdcda3790c669fc3d378cb192d66f3d29da47c
https://github.com/llvm/llvm-project/commit/17fdcda3790c669fc3d378cb192d66f3d29da47c
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenDecl.cpp
Log Message:
-----------
[CIR][NFC] Upstream bulk handling for Decl kinds (#138319)
This adds explicit case statements for Decl types that weren't
explicitly present in the emitDecl function. Those that need no handling
are just accepted. Those that will need handling still go to errorNYI,
but the default statement is removed.
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