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

[csmith-project/creduce] fd9b67: fix a typo



  Branch: refs/heads/llvm-svn-compatible
  Home:   https://github.com/csmith-project/creduce
  Commit: fd9b676114b5b0f22adddd59e8fa7f98131624c9
      https://github.com/csmith-project/creduce/commit/fd9b676114b5b0f22adddd59e8fa7f98131624c9
  Author: John Regehr <regehr@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M creduce/creduce.in

  Log Message:
  -----------
  fix a typo


  Commit: 2a9b58681e6bb3d30a21a5b989a3bff1be6d960d
      https://github.com/csmith-project/creduce/commit/2a9b58681e6bb3d30a21a5b989a3bff1be6d960d
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/RemoveNestedFunction.cpp

  Log Message:
  -----------
  fixed a crash

getCallReturnType fails when the type is of TemplateTypeParmType.
In this case, make the temp var have the same type as the corresponding
TemplateTypeParmDecl.


  Commit: 9409bb7ad646361c9d7d87a3310a1b117b3ce8d2
      https://github.com/csmith-project/creduce/commit/9409bb7ad646361c9d7d87a3310a1b117b3ce8d2
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/RemoveNestedFunction.cpp

  Log Message:
  -----------
  some comments


  Commit: b317b393bf1ae3ae47afeaa15cf8831a8d62fc29
      https://github.com/csmith-project/creduce/commit/b317b393bf1ae3ae47afeaa15cf8831a8d62fc29
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/RemoveNestedFunction.cpp

  Log Message:
  -----------
  fixed one more crash

if callee's type is of ElaboratedType, get its named type
rather than invoking getCallReturnType


  Commit: 4141b00556dd748eab37d96cd77eecabc5f387ca
      https://github.com/csmith-project/creduce/commit/4141b00556dd748eab37d96cd77eecabc5f387ca
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/RemoveNestedFunction.cpp

  Log Message:
  -----------
  handle CXXTemporaryObjectExpr

revert previous commit - the root cause of the crash
is CXXTemporaryObjectExpr


  Commit: 3f5a3a2eab68d8f0f36a565bcb49df2de04b6a54
      https://github.com/csmith-project/creduce/commit/3f5a3a2eab68d8f0f36a565bcb49df2de04b6a54
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/RemoveNestedFunction.cpp

  Log Message:
  -----------
  relax restriction on CXXDependentScopeMemberExpr


  Commit: d3cf3ca4bc3584f7254ca313d5953e8510790489
      https://github.com/csmith-project/creduce/commit/d3cf3ca4bc3584f7254ca313d5953e8510790489
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/RemoveNestedFunction.cpp

  Log Message:
  -----------
  fixed one more crash

generate a dummy int tmp if we can't resolve a dependent name


  Commit: fff73e8b74a3b2bbca8826e55a69854490d84e62
      https://github.com/csmith-project/creduce/commit/fff73e8b74a3b2bbca8826e55a69854490d84e62
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/TemplateArgToInt.cpp

  Log Message:
  -----------
  try to get template decl from its specialization

if we can't find a cached template decl based on
the ParmDecl, try its specializations


  Commit: e8c940d4e04087dc0a1686645620729956f7fcfd
      https://github.com/csmith-project/creduce/commit/e8c940d4e04087dc0a1686645620729956f7fcfd
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M clang_delta/RenameCXXMethod.cpp
    M clang_delta/RenameCXXMethod.h

  Log Message:
  -----------
  give a unique name to each renamed method


Compare: https://github.com/csmith-project/creduce/compare/38890df4bca5...e8c940d4e040