[all-commits] [llvm/llvm-project] 951b13: [clang][Interp][NFC] Save IsUnion bit for Records

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu May 23 01:21:34 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 951b13d9a7220d761b1ee0dc09a50b635692ecf8
      https://github.com/llvm/llvm-project/commit/951b13d9a7220d761b1ee0dc09a50b635692ecf8
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
    M clang/lib/AST/Interp/Record.cpp
    M clang/lib/AST/Interp/Record.h

  Log Message:
  -----------
  [clang][Interp][NFC] Save IsUnion bit for Records

Now that we call this more often, try to keep pointer chasing to a
minimum.


  Commit: 335e00faaf74f3f7463b32a415d39af0973f521f
      https://github.com/llvm/llvm-project/commit/335e00faaf74f3f7463b32a415d39af0973f521f
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-05-23 (Thu, 23 May 2024)

  Changed paths:
    M clang/test/AST/Interp/unions.cpp

  Log Message:
  -----------
  [clang][Interp][NFC] Add another union test case


Compare: https://github.com/llvm/llvm-project/compare/1a2a0c0dc9aa...335e00faaf74

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