[PATCH] D29951: Load lazily the template specialization in multi-module setups.
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 9 11:22:15 PDT 2017
aprantl added inline comments.
================
Comment at: lib/Serialization/ASTReaderDecl.cpp:3814
+ } else // TypeAliasTemplateDecl
+ assert(0 && "TypeAliasTemplateDecl doesn't have specs!");
+ }
----------------
llvm_unreachable()
Repository:
rL LLVM
https://reviews.llvm.org/D29951
More information about the cfe-commits
mailing list