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
/
instantiate-complete.cpp
Age
Commit message (
Expand
)
Author
2012-02-10
--lies.
Richard Smith
2010-11-13
When we're type-checking the result of calling a conversion function
Douglas Gregor
2010-10-13
There is no reason for dereferencing a pointer-to-member to require
Douglas Gregor
2010-05-27
Require a complete type when performing the qualified lookup during
John McCall
2010-05-07
Reapply the reference-binding patch applied below, along with a fix to
Douglas Gregor
2010-05-07
Revert r103220. It seems to be breaking self-host
Douglas Gregor
2010-05-07
When determining whether the two types involved in reference binding
Douglas Gregor
2010-04-24
When we attempt to create a temporary object of class type, be sure
Douglas Gregor
2010-04-10
When a member pointer is dereferenced, the class it points into must be compl...
Sebastian Redl
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-01
When looking for the instantiated declaration that corresponds to a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-05
Fixed two places where we needed to force completion of a type
Douglas Gregor
2009-05-14
Implement explicit instantiations of member classes of class templates, e.g.,
Douglas Gregor
2009-03-24
Make sure to use RequireCompleteType rather than testing for
Douglas Gregor