[PATCH] Fix name lookup within modules during template instantiation

Richard Smith richard at metafoo.co.uk
Wed Jul 24 15:34:27 PDT 2013


  Cache computation of defining module for a template for the duration of its instantiation.

Hi doug.gregor,

http://llvm-reviews.chandlerc.com/D1204

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1204?vs=2978&id=2995#toc

Files:
  test/Modules/Inputs/cxx-templates-b-impl.h
  test/Modules/Inputs/module.map
  test/Modules/Inputs/cxx-templates-a.h
  test/Modules/Inputs/cxx-templates-common.h
  test/Modules/Inputs/cxx-templates-b.h
  test/Modules/cxx-templates.cpp
  include/clang/Basic/Module.h
  include/clang/Sema/Lookup.h
  include/clang/Sema/Sema.h
  include/clang/AST/DeclBase.h
  lib/Basic/Module.cpp
  lib/Sema/SemaLookup.cpp
  lib/Sema/Sema.cpp
  lib/Sema/SemaTemplateInstantiate.cpp
  lib/Sema/SemaType.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1204.2.patch
Type: text/x-patch
Size: 21848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130724/bcb867ce/attachment.bin>


More information about the cfe-commits mailing list