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
/
cast-conversion.cpp
Age
Commit message (
Expand
)
Author
2012-10-16
Implement GCC's -Wint-to-pointer-cast.
David Blaikie
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-08-30
Declare and define implicit move constructor and assignment operator.
Sebastian Redl
2011-02-14
Provide overload diagnostics when explicit casts involving class types fail.
John McCall
2010-09-19
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-02-09
Migrate the mish-mash of declaration checks in
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-06
Improve recovery when we fail to parse the operand of a C++ named cast. Fixes...
Douglas Gregor
2009-11-06
If we have a C-style cast, functional cast, or a static_cast to a
Douglas Gregor
2009-10-01
Patch to implement static casting which requires one
Fariborz Jahanian