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

[csmith-project/creduce] b5b4d6: Fixed a self-copy-propagation issue



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

  Changed paths:
    M clang_delta/CopyPropagation.cpp

  Log Message:
  -----------
  Fixed a self-copy-propagation issue

skip copy-propagation over an ArraySubscriptExpr where
the target variable decl is referenced.


  Commit: d232b160de9131039ea1781eebacbe616dd8d30e
      https://github.com/csmith-project/creduce/commit/d232b160de9131039ea1781eebacbe616dd8d30e
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
    M clang_delta/RemoveNamespace.cpp

  Log Message:
  -----------
  Fixed crash on overloaded operators


Compare: https://github.com/csmith-project/creduce/compare/cb19c50d2616...d232b160de91