summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx1y-variable-template.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-2/+2
| | | | | | | | | | | | | | | Summary: A reference temporary should inherit the linkage of the variable it initializes. Otherwise, we may hit cases where a reference temporary wouldn't have the same value in all translation units. Reviewers: rsmith Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D3515 llvm-svn: 207451
* Variable templates: handle instantiation of static data member templatesRichard Smith2013-09-271-0/+24
appropriately, especially when they appear within class templates. llvm-svn: 191548
OpenPOWER on IntegriCloud