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
/
class-template-spec.cpp
Age
Commit message (
Expand
)
Author
2011-12-29
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-10-20
Diagnose class template (partial) specializations that occur in the
Douglas Gregor
2010-09-12
When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-17
Require the object type of a member access expression ("." or "->") to
Douglas Gregor
2009-11-12
Improve recovery in a wonky case where one tries to specialize a
Douglas Gregor
2009-10-27
Only set the point of instantiation for an implicit or explicit
Douglas Gregor
2009-10-12
Diagnose the declaration of explicit specializations after an implicit
Douglas Gregor
2009-10-07
Type checking for specializations of member functions of class
Douglas Gregor
2009-10-07
Refactor checking of the scope of explicit template specialization
Douglas Gregor
2009-08-26
Make sure to compare primary declaration contexts when determining whether a ...
Douglas Gregor
2009-05-31
Initial infrastructure for class template partial specialization. Here
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-10
Add pretty-printing for class template specializations, e.g.,
Douglas Gregor
2009-03-03
Implement the basics of implicit instantiation of class templates, in
Douglas Gregor
2009-02-26
Use RecordFirst/RecordLast range checks in DeclContext
Douglas Gregor
2009-02-25
Improve location information on "reused" class template specialization
Douglas Gregor
2009-02-25
Perform additional semantic checking of class template
Douglas Gregor
2009-02-25
Include the appropriate header for malloc
Douglas Gregor
2009-02-25
Implement parsing of nested-name-specifiers that involve template-ids, e.g.,
Douglas Gregor
2009-02-19
Provide a proper source location when building an implicit dereference. Fixes...
Douglas Gregor
2009-02-17
Implement basic parsing and semantic analysis for explicit
Douglas Gregor