summaryrefslogtreecommitdiff
path: root/clang/test/CIR/CodeGen/nonzeroinit-struct.cpp
AgeCommit message (Collapse)Author
2025-05-07[CIR] Unblock simple C++ structure support (#138368)Andy Kaylor
This change adds additional checks to a few places where a simple struct in C++ code was triggering `errorNYI` in places where no additional handling was needed, and adds a very small amount of trivial initialization. The code now checks for the conditions that do require extra handling before issuing the diagnostic. New tests are added for declaring and using a simple struct in C++ code.