Files
llvm-project/clang/lib/CodeGen/CGOpenCLRuntime.cpp
Nikita Popov 91d5e9ebed [CGOpenCLRuntime] Remove dead code (#183093)
This drops one getPointerType() overload which accepted a name, which is
no longer used since the opaque pointers migration. The fallback code
path always returns a plain pointer now.

Also drop all the virtual qualifiers. Nothing inherits from this class.
Any customization is implemented via TargetCodeGenInfo hooks in the
implementation.
2026-02-25 12:46:11 +01:00

5.7 KiB