[PATCH] Fix name lookup within modules during template instantiation

Richard Smith richard at metafoo.co.uk
Fri May 30 12:52:20 PDT 2014


Names visible in the current translation unit are always considered to be visible, so I don't think it's possible to observe the change in visible modules for the currently-being-built module. (We also never query it, since it's not an owning module for any declaration.)

http://reviews.llvm.org/D1204






More information about the cfe-commits mailing list