efriedma added a comment.

> this looks like it could be a Core Issue

I think the issue is clang-specific. clang splits the standard notion of a 
dependent type into two separate bits, for the sake of diagnostics: 
`isDependentType()`, and `isInstantiationDependentType()`.  
`isInstantiationDependentType()` reflects the actual standard definition of a 
dependent type; `isDependentType()` is a type that can actually vary across 
instantiations.


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

https://reviews.llvm.org/D65050



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to