[PATCH] D44846: [MS] Fix late-parsed template infinite loop in eager instantiation
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 23 14:16:46 PDT 2018
rsmith added inline comments.
================
Comment at: clang/lib/Sema/Sema.cpp:855
// instantiations. PCH files do not.
if (TUKind != TU_Prefix) {
DiagnoseUseOfUnimplementedSelectors();
----------------
In the TUPrefix case, we'll need to write these instantiations to the PCH file.
https://reviews.llvm.org/D44846
More information about the cfe-commits
mailing list