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

[csmith-project/creduce] bdb55b: handle DREs coming from template instantiations



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: bdb55baa2fd65ceab0b2c449e9239a99fd473737
      https://github.com/csmith-project/creduce/commit/bdb55baa2fd65ceab0b2c449e9239a99fd473737
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2020-04-26 (Sun, 26 Apr 2020)

  Changed paths:
    M clang_delta/RenameFun.cpp
    A clang_delta/tests/rename-fun/func_templ.cc

  Log Message:
  -----------
  handle DREs coming from template instantiations

if a DeclRefExpr refers to a template instantiation, we need to get its
function decl from which this instantiation could come from.