[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 78b5a0: skip deleted functions for param-to-local pass



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 78b5a0cd1a8e7f3b83d285d2896f8ce54014c74e
      https://github.com/csmith-project/creduce/commit/78b5a0cd1a8e7f3b83d285d2896f8ce54014c74e
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2021-06-19 (Sat, 19 Jun 2021)

  Changed paths:
    M clang_delta/ParamToLocal.cpp
    A clang_delta/tests/param-to-local/macro.c
    A clang_delta/tests/param-to-local/param.cc
    A clang_delta/tests/param-to-local/test1.cc
    A clang_delta/tests/param-to-local/test2.cc
    A clang_delta/tests/param-to-local/test3.cc
    A clang_delta/tests/param-to-local/test4.cc
    A clang_delta/tests/param-to-local/test5.cc

  Log Message:
  -----------
  skip deleted functions for param-to-local pass

also added a number of tests