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
/
CodeGenCXX
/
conversion-function.cpp
Age
Commit message (
Expand
)
Author
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2010-01-27
XFAIL this for now.
Anders Carlsson
2009-12-18
It's perfectly fine to see UserDefinedConversion casts when emitting scalar e...
Anders Carlsson
2009-12-18
Testcase fixes to reflect instruction table changes in the LLVM backend
Sean Callanan
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-15
If a conversion operator exists in a base class, make sure to cast the object...
Anders Carlsson
2009-09-14
Used visible conversion function api to do overload
Fariborz Jahanian
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-29
Patch to ir-gen user-defined conversions used in expressions
Fariborz Jahanian
2009-08-29
Patch for code gen. for c-style cast which ends in
Fariborz Jahanian
2009-08-28
Test case for conversion type method call ir-gen.
Fariborz Jahanian
2009-08-25
Emit conversion functions correctly.
Anders Carlsson