[PATCH] D133522: [clang] Fix Complex x Float x Int conversions so it handles type sugar

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 14:41:46 PDT 2022


mizvekov added a comment.

I just included a similar fix for another problem I found inspecting nearby code for the same kind of bug:

  typedef __complex__ float ComplexFloat;
  int cc = 1 + (ComplexFloat)(1.0iF);


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133522/new/

https://reviews.llvm.org/D133522



More information about the cfe-commits mailing list