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
/
SemaCXX
/
static-cast.cpp
Age
Commit message (
Expand
)
Author
2009-11-15
When performing a static downcast as part of a static_cast, make sure
Douglas Gregor
2009-11-14
- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...
Sebastian Redl
2009-11-14
When type-checking a static cast (or the static_cast part of a C-style
Douglas Gregor
2009-10-22
Try to instantiate templates before doing hierarchy checks in static_cast. Fi...
Sebastian Redl
2009-07-25
Implement C++ semantics for C-style and functional-style casts. This regresse...
Sebastian Redl
2009-06-03
Use "()" instead of "(void)" when pretty-printing a parameter-less function t...
Argyrios Kyrtzidis
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-16
Almost complete implementation of rvalue references. One bug, and a few uncle...
Sebastian Redl
2009-01-28
Implement pointer to member handling in static_cast.
Sebastian Redl
2008-11-07
Greatly improve static_cast diagnostics
Sebastian Redl
2008-11-05
A small error message improvement and some comment cleanup for static_cast.
Sebastian Redl
2008-10-31
Implement semantic checking of static_cast and dynamic_cast.
Sebastian Redl