index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaTemplate
/
explicit-instantiation.cpp
Age
Commit message (
Expand
)
Author
2012-08-08
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2011-12-23
Pass context and access to Parser::ParseExplicitInstantiation() for
Argyrios Kyrtzidis
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-04-24
Make the invalid declarator recovery when parsing members work the same as wh...
Sebastian Redl
2010-12-01
Not content to implement just "extern" explicit template
Douglas Gregor
2010-07-13
Provide a special diagnostic for attempts to explicitly specialize
Douglas Gregor
2010-02-13
Skip implicit instantiation of templated variables where a more recent
Chandler Carruth
2010-01-13
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-20
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-14
Additional semantic checking for explicit template instantiations,
Douglas Gregor
2009-10-01
Make sure to free the explicit template arguments provided for an
Douglas Gregor
2009-09-25
Declarators can now properly represent template-ids, e.g., for
Douglas Gregor
2009-09-25
WIP implementation of explicit instantiation of function templates,
Douglas Gregor