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

[csmith-project/creduce] a4ff08: Skip TemplateTemplateParmDecl for querying Templat...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: a4ff0895591b17101805192bbf3b9a631cefacce
      https://github.com/csmith-project/creduce/commit/a4ff0895591b17101805192bbf3b9a631cefacce
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
    M clang_delta/Transformation.cpp

  Log Message:
  -----------
  Skip TemplateTemplateParmDecl for querying TemplateSpecializationType

When the template declaration is of TemplateTemplateParmDecl, we
can get a NULL templated declaration. In this case, just return a NULL
pointer.