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

[csmith-project/creduce] c2b996: skip defaulted function for param-to-local



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: c2b99672ff652d6eafd8b7fb315bf5e1563d38ea
      https://github.com/csmith-project/creduce/commit/c2b99672ff652d6eafd8b7fb315bf5e1563d38ea
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2022-01-15 (Sat, 15 Jan 2022)

  Changed paths:
    M clang_delta/ParamToLocal.cpp
    A clang_delta/tests/param-to-local/defaulted.cc

  Log Message:
  -----------
  skip defaulted function for param-to-local

Similar to deleted functions, we have nothing to do with
defaulted functions.