index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
cxx1y-variable-templates_top_level.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
1
-3
/
+3
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-3
/
+2
*
When we see a '<' operator, check whether it's a probable typo for a template...
Richard Smith
2017-05-10
1
-4
/
+3
*
[c++1z] Require an initializer for deduced class template specialization types.
Richard Smith
2017-02-10
1
-3
/
+3
*
Don't classify variable template names as type templates.
Richard Smith
2017-01-10
1
-0
/
+5
*
DR259: Demote the pedantic error for an explicit instantiation after an
Richard Smith
2016-08-31
1
-3
/
+3
*
Fix crash while parsing variable template with variadic template arguments
Olivier Goffart
2016-05-26
1
-0
/
+6
*
Lit C++11 Compatibility Patch #8
Charles Li
2016-04-14
1
-1
/
+1
*
[modules] Rationalize the behavior of Decl::declarationReplaces, and in
Richard Smith
2015-11-03
1
-2
/
+2
*
[Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
2015-07-14
1
-3
/
+3
*
Tweak diagnostic wording for init list narrowing
Alp Toker
2014-05-17
1
-1
/
+1
*
Fix PR19169 [Crash on invalid attempting to specialize a template method as a...
Karthik Bhat
2014-05-08
1
-0
/
+10
*
PR19152: If a variable template's type involves 'auto', instantiate the
Richard Smith
2014-03-16
1
-0
/
+7
*
PR18530: Don't assert when performing error recovery after a missing 'templat...
Richard Smith
2014-01-25
1
-0
/
+5
*
Clean up variable template handling a bit, and correct the behavior of name
Richard Smith
2014-01-16
1
-8
/
+5
*
Fix crash if a variable template specialization is used in a nested-name-spec...
Richard Smith
2013-12-04
1
-3
/
+2
*
Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
2013-12-04
1
-0
/
+8
*
Implement restriction that a partial specialization must actually specialize
Richard Smith
2013-09-24
1
-2
/
+1
*
Fix accepts-invalid if a variable template explicit instantiation is missing an
Richard Smith
2013-09-18
1
-1
/
+4
*
Refactor for clarity and simplicity.
Larisse Voufo
2013-08-22
1
-22
/
+22
*
Bug fix: note diagnosis on expression narrowing should say "variable template...
Larisse Voufo
2013-08-14
1
-1
/
+10
*
Bug fix: disallow a variable template to be redeclared as a non-templated var...
Larisse Voufo
2013-08-14
1
-1
/
+4
*
variable templates updated for PCH serialization... Still working on test cas...
Larisse Voufo
2013-08-13
1
-0
/
+5
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+415