Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Emit a better diagnostic when variable redeclarations disagree | David Majnemer | 2015-07-14 | 1 | -2/+2 |
| | | | | | | | | | | | We referred to all declaration in definitions in our diagnostic messages which is can be inaccurate. Instead, classify the declaration and emit an appropriate diagnostic for the new declaration and an appropriate note pointing to the old one. This fixes PR24116. llvm-svn: 242190 | ||||
* | Implement restriction that a partial specialization must actually specialize | Richard Smith | 2013-09-24 | 1 | -9/+9 |
| | | | | | | something, for variable templates. llvm-svn: 191278 | ||||
* | Bug fix: disallow a variable template to be redeclared as a non-templated ↵ | Larisse Voufo | 2013-08-14 | 1 | -1/+0 |
| | | | | | | variable llvm-svn: 188350 | ||||
* | variable templates updated for PCH serialization... Still working on test ↵ | Larisse Voufo | 2013-08-13 | 1 | -0/+172 |
cases... llvm-svn: 188249 |