[all-commits] [llvm/llvm-project] 499507: [clang][Interp][NFC] Remove unused function

Timm Baeder via All-commits all-commits at lists.llvm.org
Sat Jan 27 00:06:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 499507fdec8eb37dc68cee6c2b6c75557b28024e
      https://github.com/llvm/llvm-project/commit/499507fdec8eb37dc68cee6c2b6c75557b28024e
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-01-27 (Sat, 27 Jan 2024)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.h

  Log Message:
  -----------
  [clang][Interp][NFC] Remove unused function


  Commit: ce75cbeda21e3e4e5d0c47ecf44954caf98acfe8
      https://github.com/llvm/llvm-project/commit/ce75cbeda21e3e4e5d0c47ecf44954caf98acfe8
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-01-27 (Sat, 27 Jan 2024)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp

  Log Message:
  -----------
  [clang][Interp][NFC] Don't unnecessarily use std::optional

classifyComplexElementType() doesn't return a std::optional anymore.


Compare: https://github.com/llvm/llvm-project/compare/fe35d72d8e24...ce75cbeda21e


More information about the All-commits mailing list