]> granicus.if.org Git - clang/commit
Only notify consumers about static data members of class templates once
authorReid Kleckner <reid@kleckner.net>
Sat, 11 Apr 2015 01:25:36 +0000 (01:25 +0000)
committerReid Kleckner <reid@kleckner.net>
Sat, 11 Apr 2015 01:25:36 +0000 (01:25 +0000)
commit9ce9d444a389e0e0179dda133269d6ca4f28a35f
tree909dafbfc2916d9752a9340fa3e8e5d773b4f07e
parent070ffd29fb0a5a558e8f9bd464f784ff24ef1a54
Only notify consumers about static data members of class templates once

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234675 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CodeGenCXX/static-data-member-single-emission.cpp [new file with mode: 0644]