]> granicus.if.org Git - clang/commit
[modules] Do not report missing definitions of demoted constexpr variable templates.
authorVassil Vassilev <v.g.vassilev@gmail.com>
Wed, 19 Oct 2016 11:19:30 +0000 (11:19 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Wed, 19 Oct 2016 11:19:30 +0000 (11:19 +0000)
commited67a74e02f41a37f98bf40dcc1d79d26b21ad5e
treed4916ae37ad3a2c8c4cda140128c0b98f5a622dd
parent1bb68321e99c162efe0821e44ecc35acab9e9764
[modules] Do not report missing definitions of demoted constexpr variable 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!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284577 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Modules/Inputs/merge-var-template-def/a.h [new file with mode: 0644]
test/Modules/Inputs/merge-var-template-def/b1.h [new file with mode: 0644]
test/Modules/Inputs/merge-var-template-def/b2.h [new file with mode: 0644]
test/Modules/Inputs/merge-var-template-def/module.modulemap [new file with mode: 0644]
test/Modules/merge-var-template-def.cpp [new file with mode: 0644]