[clang] [CIR] floating-point, pointer, and function types (PR #120484)

David Olsen via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 18 16:49:11 PST 2024


================
@@ -0,0 +1,52 @@
+//===- CIRFPTypeInterface.td - CIR FP Interface Definitions -----*- C++ -*-===//
----------------
dkolsen-pgi wrote:

Done.  `CIRFPTypeInterface.cpp` had the same issue, which I fixed in a soon-to-be-commited change.

I don't plan to make this change in any existing files that were added in earlier commits, only in new files going forward.

https://github.com/llvm/llvm-project/pull/120484


More information about the cfe-commits mailing list