[PATCH] D65050: [SemaTemplate] Mark a function type as dependent when its parameter list contains pack expansion

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 14:58:17 PDT 2019


efriedma edited reviewers, added: aaron.ballman; removed: doug.gregor, eli.friedman, lvoufo.
efriedma added a comment.

Is this the only place where a compound type can contain a PackExpansionType?

The code could probably use a brief comment explaining why we need to check this explicitly, even though it isn't listed in [temp.dep.type].


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65050/new/

https://reviews.llvm.org/D65050





More information about the cfe-commits mailing list