[all-commits] [llvm/llvm-project] c0f5b0: [clang][NFC] Use BuiltinType::isFloatingPoint() in...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu May 8 21:49:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0f5b0a62b2a90883baabfb7d1fd0db560f9fc5d
      https://github.com/llvm/llvm-project/commit/c0f5b0a62b2a90883baabfb7d1fd0db560f9fc5d
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M clang/lib/AST/Type.cpp

  Log Message:
  -----------
  [clang][NFC] Use BuiltinType::isFloatingPoint() in Type::isFloatingType() (#139035)

They both used to do the same comparison of getKind() to Half and
Ibm128.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list