[clang] [NFC] Move warning from CodeGen to Sema. (PR #107397)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 08:02:59 PDT 2024
================
@@ -780,6 +780,22 @@ class ASTContext : public RefCountedBase<ASTContext> {
const TargetInfo &getTargetInfo() const { return *Target; }
const TargetInfo *getAuxTargetInfo() const { return AuxTarget; }
+ const QualType GetHigherPrecisionFPType(QualType ElementType) const {
----------------
AaronBallman wrote:
What about: `HalfType`, `Float128Type`, or `Ibm128Type`?
https://github.com/llvm/llvm-project/pull/107397
More information about the cfe-commits
mailing list