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
/
cxx0x-delegating-ctors.cpp
Age
Commit message (
Expand
)
Author
2013-02-12
Call __cxa_begin_catch with the current exception before
John McCall
2013-01-31
When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
2012-10-24
A number of test cases assume that an "int" parameter or return value
Ulrich Weigand
2012-05-20
Fix test for 32-bit hosts.
Jakob Stoklund Olesen
2012-05-20
Zap a bogus assert for delegating constructors. PR12890, part 2.
Eli Friedman
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-06-13
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...
Eli Friedman
2011-05-19
Reapply r121528, fixing PR9941 by delaying the exception specification check ...
Sebastian Redl
2011-05-18
Revert r121528 as it breaks a simple testcase, which leads to, among
Sean Hunt
2011-05-18
Implement implicit exception specifications of destructors.
Sebastian Redl
2011-05-04
Fix the delegating constructors test to not rely on basic block names.
Sean Hunt
2011-05-03
Ensure that destructors are properly inovked when an exception leaves
Sean Hunt
2011-05-01
Fully implement delegating constructors!
Sean Hunt