summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/template-default-args/d.h
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Properly look up the owning module for an instantiation of a ↵Richard Smith2017-04-211-0/+7
| | | | | | | | | | | | | | | merged template. When looking for the template instantiation pattern of a templated entity, consistently select the definition of the pattern if there is one. This means we'll pick the same owning module when we start instantiating a template that we'll later pick when determining which modules are visible during that instantiation. This reinstates r300650, reverted in r300659, with a fix for a regression reported by Chandler after commit. llvm-svn: 300938
* Add new test file missing from r247486.Richard Smith2015-09-111-0/+6
llvm-svn: 247488
OpenPOWER on IntegriCloud