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-function-1.cpp
Age
Commit message (
Expand
)
Author
2009-07-10
Fix type of 'this' and add a decltype test.
Anders Carlsson
2009-06-13
If a CXXRecordDecl is a class template, the 'this' type should be the injecte...
Anders Carlsson
2009-05-22
Template instantiation for the GNU address-of-label extension.
Douglas Gregor
2009-05-20
Introduce a new kind of RAII class, ASTOwningVector, which is an
Douglas Gregor
2009-05-20
Template instantiation for CXXExprWithTemporaries, which occurs when
Douglas Gregor
2009-05-18
Template instantiation for C++ try/catch statements.
Douglas Gregor
2009-05-18
Oops, dropped a -verify
Douglas Gregor
2009-05-18
When instantiating the definition of a member function of a class
Douglas Gregor
2009-05-16
Template instantiation for IndirectGotoStmt. Now my life is complete.
Douglas Gregor
2009-05-15
Template instantiation for switch statements
Douglas Gregor
2009-05-15
Basic support for member exprs where the base expr type is dependent.
Anders Carlsson
2009-05-15
Template instantiation for break and continue statements.
Douglas Gregor
2009-05-15
Template instantiation for "for" loops
Douglas Gregor
2009-05-15
Template instantiation for do-while statements.
Douglas Gregor
2009-05-15
Template instantiation for WhileStmt and CXXConditionDeclExpr.
Douglas Gregor
2009-05-15
Make sure that we use the canonical type for the names of instantiated
Douglas Gregor
2009-05-15
Instantiation support for 'this'
Anders Carlsson
2009-05-15
Template instantiation for "if" statements. Also:
Douglas Gregor
2009-05-15
Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when
Douglas Gregor
2009-05-15
Instantiate return statements.
Anders Carlsson
2009-05-15
Instantiate goto and label statements. (Very useful, I know)
Anders Carlsson
2009-05-15
Implement template instantiation for DeclStmt
Douglas Gregor
2009-05-14
Template instantiation for the NULL statement. Lame, I know
Douglas Gregor
2009-05-14
Introduce basic support for instantiating the definitions of member
Douglas Gregor