This is an archive of the discontinued LLVM Phabricator instance.

Remove `Sema::getFloat128Identifier`
Needs ReviewPublic

Authored by davidstone on May 4 2023, 8:58 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This function was added prior to clang supporting __float128 to ensure clang could compile a libstdc++ header. This is no longer used or needed now that clang actually supports __float128.

Diff Detail

Event Timeline

davidstone created this revision.May 4 2023, 8:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 8:58 AM
davidstone requested review of this revision.May 4 2023, 8:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 8:58 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript