summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/merge-var-template-def.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Do not report missing definitions of demoted constexpr variable ↵Vassil Vassilev2016-10-191-0/+7
| | | | | | | | | | | | | | templates. This is a followup to regression introduced in r284284. This should fix our libstdc++ modules builds. https://reviews.llvm.org/D25678 Reviewed by Richard Smith! llvm-svn: 284577
* Revert "Reinstate r281429, reverted in r281452, with a fix for its ↵Benjamin Kramer2016-10-171-7/+0
| | | | | | | | | mishandling of" This reverts commit r284176. It still marks some modules as invisible that should be visible. Will follow up with the author with a test case. llvm-svn: 284382
* Reinstate r281429, reverted in r281452, with a fix for its mishandling ofRichard Smith2016-10-131-0/+7
compiles without -fmodules-local-submodule-visibility. Original commit message: [modules] When merging one definition into another, propagate the list of re-exporting modules from the discarded definition to the retained definition. llvm-svn: 284176
OpenPOWER on IntegriCloud