[all-commits] [llvm/llvm-project] e6a94d: [clang][Interp] Fix creating APSInt from IntegralA...

Timm Baeder via All-commits all-commits at lists.llvm.org
Wed Nov 8 01:48:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6a94dca38d77db2678366c55bb7b72cfa312487
      https://github.com/llvm/llvm-project/commit/e6a94dca38d77db2678366c55bb7b72cfa312487
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M clang/lib/AST/Interp/IntegralAP.h
    M clang/test/AST/Interp/intap.cpp

  Log Message:
  -----------
  [clang][Interp] Fix creating APSInt from IntegralAP (#71410)

The boolean argument in the APSInt constructor is IsUnsigned, not
IsSigned.




More information about the All-commits mailing list