summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1y-variable-templates_top_level.cpp
AgeCommit message (Expand)Author
2017-05-10When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith
2017-02-10[c++1z] Require an initializer for deduced class template specialization types.Richard Smith
2017-01-10Don't classify variable template names as type templates.Richard Smith
2016-08-31DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith
2016-05-26Fix crash while parsing variable template with variadic template argumentsOlivier Goffart
2016-04-14Lit C++11 Compatibility Patch #8Charles Li
2015-11-03[modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith
2015-07-14[Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer
2014-05-17Tweak diagnostic wording for init list narrowingAlp Toker
2014-05-08Fix PR19169 [Crash on invalid attempting to specialize a template method as a...Karthik Bhat
2014-03-16PR19152: If a variable template's type involves 'auto', instantiate theRichard Smith
2014-01-25PR18530: Don't assert when performing error recovery after a missing 'templat...Richard Smith
2014-01-16Clean up variable template handling a bit, and correct the behavior of nameRichard Smith
2013-12-04Fix crash if a variable template specialization is used in a nested-name-spec...Richard Smith
2013-12-04Fix several crash-on-invalids when using template-ids that aren'tRichard Smith
2013-09-24Implement restriction that a partial specialization must actually specializeRichard Smith
2013-09-18Fix accepts-invalid if a variable template explicit instantiation is missing anRichard Smith
2013-08-22Refactor for clarity and simplicity.Larisse Voufo
2013-08-14Bug fix: note diagnosis on expression narrowing should say "variable template...Larisse Voufo
2013-08-14Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo
2013-08-13variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo