summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx1y-variable-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-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 specializeRichard Smith2013-09-241-9/+9
| | | | | | something, for variable templates. llvm-svn: 191278
* Bug fix: disallow a variable template to be redeclared as a non-templated ↵Larisse Voufo2013-08-141-1/+0
| | | | | | variable llvm-svn: 188350
* variable templates updated for PCH serialization... Still working on test ↵Larisse Voufo2013-08-131-0/+172
cases... llvm-svn: 188249
OpenPOWER on IntegriCloud