[all-commits] [llvm/llvm-project] 5e8626: [clang][Interp] Handle ObjCBoolLiteralExprs

Timm Baeder via All-commits all-commits at lists.llvm.org
Mon Feb 5 09:21:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e8626c920a8cffff4e286cd8521528cc80c0a3e
      https://github.com/llvm/llvm-project/commit/5e8626c920a8cffff4e286cd8521528cc80c0a3e
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/test/AST/Interp/c.c
    M clang/test/AST/Interp/literals.cpp
    M clang/test/Sema/objc-bool-constant-conversion.m

  Log Message:
  -----------
  [clang][Interp] Handle ObjCBoolLiteralExprs

Emit them just like the others, but these are integer typed.




More information about the All-commits mailing list