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
/
CXX
/
temp
/
temp.spec
/
temp.expl.spec
/
p2.cpp
Age
Commit message (
Expand
)
Author
2012-04-13
PR12500: Improve the wording of the diagnostic for a redefinition of a name
Richard Smith
2011-12-29
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-03-16
Detect attempts to provide a specialization of a function within a
Douglas Gregor
2011-03-09
Revert r127206 "Detect attempts to provide a specialization of a function within
Daniel Dunbar
2011-03-08
Detect attempts to provide a specialization of a function within a
Douglas Gregor
2010-09-12
When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-08
Don't complain about out-of-line explicit specializations of member
Douglas Gregor
2009-10-08
More testing for explicit specializations of member class templates
Douglas Gregor
2009-10-08
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-08
For instantiations of static data members of class templates, keep
Douglas Gregor
2009-10-08
Only perform an implicit instantiation of a function if its template
Douglas Gregor
2009-10-07
Type checking for specializations of member functions of class
Douglas Gregor
2009-10-07
Diagnose explicit instantiations and specializations that occur in class scope
Douglas Gregor
2009-10-07
More testing of explicit specializations
Douglas Gregor
2009-10-07
Refactor checking of the scope of explicit template specialization
Douglas Gregor