summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx1y-variable-templates_top_level.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor out common code for diagnosing missing template arguments.Richard Smith2018-04-261-3/+3
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-3/+2
* When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith2017-05-101-4/+3
* [c++1z] Require an initializer for deduced class template specialization types.Richard Smith2017-02-101-3/+3
* Don't classify variable template names as type templates.Richard Smith2017-01-101-0/+5
* DR259: Demote the pedantic error for an explicit instantiation after anRichard Smith2016-08-311-3/+3
* Fix crash while parsing variable template with variadic template argumentsOlivier Goffart2016-05-261-0/+6
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-1/+1
* [modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith2015-11-031-2/+2
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-3/+3
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-171-1/+1
* Fix PR19169 [Crash on invalid attempting to specialize a template method as a...Karthik Bhat2014-05-081-0/+10
* PR19152: If a variable template's type involves 'auto', instantiate theRichard Smith2014-03-161-0/+7
* PR18530: Don't assert when performing error recovery after a missing 'templat...Richard Smith2014-01-251-0/+5
* Clean up variable template handling a bit, and correct the behavior of nameRichard Smith2014-01-161-8/+5
* Fix crash if a variable template specialization is used in a nested-name-spec...Richard Smith2013-12-041-3/+2
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-041-0/+8
* Implement restriction that a partial specialization must actually specializeRichard Smith2013-09-241-2/+1
* Fix accepts-invalid if a variable template explicit instantiation is missing anRichard Smith2013-09-181-1/+4
* Refactor for clarity and simplicity.Larisse Voufo2013-08-221-22/+22
* Bug fix: note diagnosis on expression narrowing should say "variable template...Larisse Voufo2013-08-141-1/+10
* Bug fix: disallow a variable template to be redeclared as a non-templated var...Larisse Voufo2013-08-141-1/+4
* variable templates updated for PCH serialization... Still working on test cas...Larisse Voufo2013-08-131-0/+5
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+415
OpenPOWER on IntegriCloud