mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 19:26:05 +00:00

This adds support for handling the address of and dereference unary operations in ClangIR code generation. This also adds handling for nullptr and proper initialization via the NullToPointer cast.