[all-commits] [llvm/llvm-project] 96d157: [CIR] Add diagnostic for NYI AST visitor handlers ...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Fri Aug 1 09:29:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96d1571a2fc68061b3e007d0502c49923363ba49
https://github.com/llvm/llvm-project/commit/96d1571a2fc68061b3e007d0502c49923363ba49
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M clang/include/clang/CIR/CIRGenerator.h
M clang/lib/CIR/CodeGen/CIRGenerator.cpp
M clang/lib/CIR/FrontendAction/CIRGenAction.cpp
Log Message:
-----------
[CIR] Add diagnostic for NYI AST visitor handlers (#151561)
A couple of handlers that were missing from the CIRGenerator AST visitor
allowed important features to be silently ignored during CIR generation.
This change adds these handlers with diagnostics to report that they are
not yet handled (except in the case where only debug information is
missed).
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