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

[csmith-project/creduce] 51a696: Fixed an issue caused by macros for remove-nested-...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 51a69659fedd779f48aa0c275ec3ee7be8ebc96f
      https://github.com/csmith-project/creduce/commit/51a69659fedd779f48aa0c275ec3ee7be8ebc96f
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

  Changed paths:
    M clang_delta/RewriteUtils.cpp

  Log Message:
  -----------
  Fixed an issue caused by macros for remove-nested-function

Previously when getExprString failed, we return an empty string.
This caused an issue for remove-nested-function. In the worst
case, the transformation just kept adding tmp vars without making
meaningful transformation.