[PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 27 13:47:48 PDT 2016
loladiro added a comment.
Hmm, the rebased version of this introduces new errors in `test/Modules/cxx-templates.cpp`. That test didn't exist when I wrote this code and I'm not familiar with templates. @rsmith could you take a look, error is:
error: 'error' diagnostics seen but not expected:
File /data/keno/llvm/tools/clang/test/Modules/cxx-templates.cpp Line 202: definition of 'nested_cls_t' must be imported from module 'cxx_templates_common.unimported' before it is required
File /data/keno/llvm/tools/clang/test/Modules/cxx-templates.cpp Line 202: definition of 'nested_cls_t' must be imported from module 'cxx_templates_common.unimported' before it is required
Repository:
rL LLVM
https://reviews.llvm.org/D13419
More information about the cfe-commits
mailing list