[all-commits] [llvm/llvm-project] 5c801d: [libc] Fix WrapperGen seeing no arguments as a voi...

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Nov 5 11:13:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c801de13cc2b615e2248be9845190bd1f5ef60f
      https://github.com/llvm/llvm-project/commit/5c801de13cc2b615e2248be9845190bd1f5ef60f
  Author: Michael Jones <michaelrj at google.com>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M libc/utils/tools/WrapperGen/Main.cpp

  Log Message:
  -----------
  [libc] Fix WrapperGen seeing no arguments as a void argument.

This corrects WrapperGen generating incorrect wrappers for functions
that take no arguments. Previously it would generate a wrapper with a
single argument of type `void`.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D90800




More information about the All-commits mailing list