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-expr-2.cpp
Age
Commit message (
Expand
)
Author
2010-05-26
When transforming a C++ "new" expression's constructor arguments, drop
Douglas Gregor
2010-04-16
Collapse the three separate initialization paths in
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-17
When type-checking a C++ "new" expression, don't type-check the actual
Douglas Gregor
2009-09-01
Implement proper substitution for OverloadedFunctionDecls, but substituting e...
Douglas Gregor
2009-09-01
Fix a crasher involving template instantiation of non-dependent
Douglas Gregor
2009-08-31
Implement template instantiation for member operator access.
Douglas Gregor
2009-05-14
Introduce basic support for instantiating the definitions of member
Douglas Gregor
2009-05-14
Introduce a stack of instantiation scopes that are used to store the mapping ...
Douglas Gregor
2009-05-14
Link FunctionDecls instantiated from the member functions of a class
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-18
added type dependent testcase
Gabor Greif
2009-03-18
cleanup instantiation code, tighten testcase
Gabor Greif
2009-03-18
instantiate ?: expressions
Gabor Greif
2009-03-13
Implement template instantiation for the prefix unary operators. As
Douglas Gregor
2009-03-13
Devious test-case involved overload resolution and ADL during template instan...
Douglas Gregor