[all-commits] [llvm/llvm-project] c8b267: [clang][Interp] Handle variadic functions (#67814)

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue Oct 24 03:33:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8b267e98f8f5c0bc4c3b3b34f9cb54dbdf76205
      https://github.com/llvm/llvm-project/commit/c8b267e98f8f5c0bc4c3b3b34f9cb54dbdf76205
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

  Changed paths:
    M clang/lib/AST/Interp/Function.cpp
    M clang/lib/AST/Interp/Function.h
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h
    M clang/test/AST/Interp/functions.cpp

  Log Message:
  -----------
  [clang][Interp] Handle variadic functions (#67814)

Similarly to the code we already had for builtin functions, we need to
check the call expression for the arguments passed.




More information about the All-commits mailing list