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
/
fun-template-def.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...
Richard Smith
2013-03-27
Don't reject __restrict applied to a dependent type; it might instantiate to ...
Richard Smith
2010-09-05
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-01-13
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-19
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
Switch more of Sema::CheckInitializerTypes over to
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-08-24
Don't try to evaluate an expression that is type- or value-dependent while bu...
Douglas Gregor
2009-05-21
Template instantiation for C99 designated initializers, because we
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-26
Make more AST nodes and semantic checkers dependent-expression-aware.
Sebastian Redl