[PATCH] D76504: [clang] Fix crash during template sema checking

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 20 10:50:42 PDT 2020


efriedma added a comment.

Please post patches against master, not previous versions of the patch.

I think you want to check isValueDependent(); isInstantiationDependent() includes some other stuff that isn't relevant here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76504





More information about the cfe-commits mailing list