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
/
SemaTemplate
/
explicit-instantiation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to gnu++14 as the default dialect.
Tim Northover
2017-12-09
1
-6
/
+6
*
Improve diagnosis of unknown template name.
Richard Smith
2017-05-10
1
-1
/
+1
*
Diagnose attempts to explicitly instantiate a template at class scope. Previo...
Richard Smith
2017-02-09
1
-2
/
+2
*
Don't drop attributes when checking explicit specializations.
Nico Weber
2014-12-19
1
-0
/
+16
*
Fix for exception specification mismatch in explicit instantiation.
Alexey Bataev
2014-11-06
1
-4
/
+19
*
Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
2013-12-14
1
-1
/
+1
*
Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
2013-12-14
1
-1
/
+1
*
Tighten test regexes checking for __attribute__((thiscall)) on function types.
Hans Wennborg
2013-12-13
1
-1
/
+1
*
Switch to the new MingW ABI.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Variable templates: handle instantiation of static data member templates
Richard Smith
2013-09-27
1
-0
/
+30
*
Added regression tests.
Serge Pavlov
2013-09-11
1
-0
/
+13
*
FIXME fix: improving diagnostics for template arguments deduction of class te...
Larisse Voufo
2013-07-19
1
-7
/
+8
*
Revert "Use function overloading instead of template specialization for diagn...
Larisse Voufo
2013-07-19
1
-8
/
+7
*
Use function overloading instead of template specialization for diagnosis of ...
Larisse Voufo
2013-07-19
1
-7
/
+8
*
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2012-08-08
1
-2
/
+2
*
Pass context and access to Parser::ParseExplicitInstantiation() for
Argyrios Kyrtzidis
2011-12-23
1
-0
/
+8
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-1
/
+1
*
Make the invalid declarator recovery when parsing members work the same as wh...
Sebastian Redl
2011-04-24
1
-6
/
+3
*
Not content to implement just "extern" explicit template
Douglas Gregor
2010-12-01
1
-0
/
+4
*
Provide a special diagnostic for attempts to explicitly specialize
Douglas Gregor
2010-07-13
1
-0
/
+13
*
Skip implicit instantiation of templated variables where a more recent
Chandler Carruth
2010-02-13
1
-0
/
+7
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-1
/
+1
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-2
/
+2
*
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-20
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Additional semantic checking for explicit template instantiations,
Douglas Gregor
2009-10-14
1
-9
/
+12
*
Make sure to free the explicit template arguments provided for an
Douglas Gregor
2009-10-01
1
-0
/
+4
*
Declarators can now properly represent template-ids, e.g., for
Douglas Gregor
2009-09-25
1
-0
/
+14
*
WIP implementation of explicit instantiation of function templates,
Douglas Gregor
2009-09-25
1
-0
/
+57