[all-commits] [llvm/llvm-project] 32779c: [CIR] Add proper handling for no prototype functio...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Tue Jul 29 09:16:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32779cd6989e5b30a9ecd4e3c1db62fa551caefb
      https://github.com/llvm/llvm-project/commit/32779cd6989e5b30a9ecd4e3c1db62fa551caefb
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenCall.cpp
    M clang/lib/CIR/CodeGen/CIRGenCall.h
    M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
    M clang/lib/CIR/CodeGen/CIRGenModule.cpp
    M clang/lib/CIR/CodeGen/CIRGenModule.h
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/test/CIR/CodeGen/call.c
    A clang/test/CIR/CodeGen/no-prototype.c
    M clang/test/CIR/IR/func.cir

  Log Message:
  -----------
  [CIR] Add proper handling for no prototype function calls (#150553)

This adds standard-comforming handling for calls to functions that were
declared in C source in the no prototype form.



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