[all-commits] [llvm/llvm-project] 55c7ad: [clang][Interp][NFC] Pass Function* pointers aroun...

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Oct 14 03:31:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55c7ad31aacb6cdef19a7296fda56cc8b177e2b4
      https://github.com/llvm/llvm-project/commit/55c7ad31aacb6cdef19a7296fda56cc8b177e2b4
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M clang/lib/AST/Interp/EvalEmitter.cpp
    M clang/lib/AST/Interp/EvalEmitter.h
    M clang/lib/AST/Interp/Function.h
    M clang/lib/AST/Interp/InterpFrame.cpp
    M clang/lib/AST/Interp/InterpFrame.h
    M clang/lib/AST/Interp/InterpState.h
    M clang/lib/AST/Interp/Source.cpp
    M clang/lib/AST/Interp/Source.h

  Log Message:
  -----------
  [clang][Interp][NFC] Pass Function* pointers around as const


  Commit: 4d2d426a51e122231443d89b196b0c6e91a5b147
      https://github.com/llvm/llvm-project/commit/4d2d426a51e122231443d89b196b0c6e91a5b147
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M clang/lib/AST/Interp/Pointer.cpp
    M clang/test/AST/Interp/records.cpp

  Log Message:
  -----------
  [clang][Interp] Fix Pointer::toAPValue() LValuePath order


Compare: https://github.com/llvm/llvm-project/compare/5a68e578cafe...4d2d426a51e1


More information about the All-commits mailing list