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

[csmith-project/creduce] 603ec8: Fixed a crash caused by invalid dyn_cast



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 603ec86a5f67d45b1f63dadc6dc6dadc71d5e4b3
      https://github.com/csmith-project/creduce/commit/603ec86a5f67d45b1f63dadc6dc6dadc71d5e4b3
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M clang_delta/Transformation.cpp

  Log Message:
  -----------
  Fixed a crash caused by invalid dyn_cast

Just use Clang's API for getting array's base element type.