This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] ComplexFloatingToBoolean casts
ClosedPublic

Authored by tbaeder on May 16 2023, 3:06 AM.

Diff Detail

Event Timeline

tbaeder created this revision.May 16 2023, 3:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 3:06 AM
tbaeder requested review of this revision.May 16 2023, 3:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 3:06 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.May 16 2023, 6:40 AM

LG

clang/test/AST/Interp/complex.cpp
70–74

Might as well skip the integral to float cast as that's not really interesting for the test.

This revision is now accepted and ready to land.May 16 2023, 6:40 AM
This revision was landed with ongoing or failed builds.Thu, Dec 14, 4:31 AM
This revision was automatically updated to reflect the committed changes.