| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CodeGen: Fix linkage of reference temporaries | David Majnemer | 2014-04-28 | 1 | -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 templates | Richard Smith | 2013-09-27 | 1 | -0/+24 |
| appropriately, especially when they appear within class templates. llvm-svn: 191548 | |||||

