summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1y-variable-templates_in_class.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-111-3/+3
* [Sema] Actually map a variable template specialization from pattern to instan...Erik Pilkington2019-07-301-0/+29
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-111-4/+4
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-4/+4
* Diagnose missing template arguments for a variable template even when there isRichard Smith2018-04-261-0/+16
* Factor out common code for diagnosing missing template arguments.Richard Smith2018-04-261-1/+0
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-4/+4
* Diagnose attempts to explicitly instantiate a template at class scope. Previo...Richard Smith2017-02-091-4/+2
* DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith2016-08-311-4/+4
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-1/+1
* Fix PR24473 : Teach clang to remember to substitute into member variable temp...Faisal Vali2016-02-221-1/+45
* If a variable template is inside a context with template arguments that is be...Nick Lewycky2015-08-101-0/+11
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-2/+2
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-2/+2
* Sema: Variable templates cannot be static bitfield membersDavid Majnemer2014-12-281-0/+6
* Improve diagnostic on default-initializing const variables (PR20208).Nico Weber2014-07-231-2/+2
* Fix crash if a dependent template-id was assumed to be a type but instantiatesRichard Smith2013-12-041-0/+24
* Provide better diagnostic wording for initializers on staticHans Wennborg2013-11-211-4/+4
* Variable templates: handle instantiation of static data member templatesRichard Smith2013-09-271-68/+108
* Implement restriction that a partial specialization must actually specializeRichard Smith2013-09-241-18/+19
* Remove a bogus diagnostic preventing static data member templates from beingRichard Smith2013-09-181-6/+5
* If a variable template specialization with an incomplete array type isRichard Smith2013-09-181-3/+33
* Add a constexpr functionality test for static data member templates.Larisse Voufo2013-08-221-0/+19
* Refactor for clarity and simplicity.Larisse Voufo2013-08-221-55/+57
* Improve support for static data member templates. This revision still has at ...Larisse Voufo2013-08-221-8/+57
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+159