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-method.cpp
Age
Commit message (
Expand
)
Author
2012-07-13
Provide a special-case diagnostic when two class member functions instantiate
Richard Smith
2010-05-03
When instantiating a member function declared via a typedef, don't try
Douglas Gregor
2010-04-27
When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr
Douglas Gregor
2010-04-14
Mark a function declaration invalid if any of its parameter declarations
John McCall
2010-04-12
Be sure to instantiate the parameters of a function, even when 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-19
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-01
Rework how we support C++ implicit member accesses. If we can resolve an
John McCall
2009-11-30
Eliminate the use of OverloadedFunctionDecl in member expressions.
John McCall
2009-11-20
When we have a non-dependent expression such as
Douglas Gregor
2009-11-01
Within a template, qualified name lookup can refer to a non-dependent type
Douglas Gregor
2009-08-24
Try to complete a type before looking for conversion functions within
Douglas Gregor
2009-03-25
Template instantiation for conversion functions
Douglas Gregor
2009-03-24
Template instantiation for constructors
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
Cleanup template instantiation for methods, destructors
Douglas Gregor
2009-03-24
Template instantiation for destructors. This is somewhat repetitive;
Douglas Gregor
2009-03-23
Template instantiation for the declarations of member functions within
Douglas Gregor