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
/
CodeGenCXX
/
explicit-instantiation.cpp
Age
Commit message (
Expand
)
Author
2011-04-12
Template static data members can have weak_odr linkage, not just
John McCall
2010-08-25
Support explicit instantiation of function templates and members of class
Chandler Carruth
2010-03-13
Give explicit template instantiations weak ODR linkage. Former
Douglas Gregor
2010-03-13
Re-revert the explicit template instantiation linkage patch. I am beginning t...
Douglas Gregor
2010-03-13
Reinstate patch to turn explicit template instantiations into weak symbols
Douglas Gregor
2010-03-12
Revert the linkage change for explicit template instantiations; something is ...
Douglas Gregor
2010-03-12
Give explicit template instantiations weak linkage (but don't defer
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-16
Fix spelling for target triplet.
Mike Stump
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-11
Tweak the semantics of FunctionDecl::isOutOfLine to consider an
Douglas Gregor
2009-09-04
Improve the AST representation and semantic analysis for extern
Douglas Gregor
2009-05-26
Make sure that CodeGen sees template instantiations.
Douglas Gregor