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
/
copy-constructor-synthesis.cpp
Age
Commit message (
Expand
)
Author
2011-01-25
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-11
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2010-03-30
Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...
Anders Carlsson
2010-03-30
Handle default arguments when calling copy constructors for bases or members ...
Anders Carlsson
2010-03-30
Change a test to FileCheck bitcode instead of assembler.
Anders Carlsson
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-24
Handle references correctly when synthesizing copy constructors.
Anders Carlsson
2009-11-16
Implement a few more cases for copy constructor synthesis.
Eli Friedman
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-26
Mangle record types as decls.
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-21
Patch to provide ir-gen support in copying array members
Fariborz Jahanian
2009-08-11
ir-gen support for anonymous union data member
Fariborz Jahanian
2009-08-10
ir-gen for generating copying of scalar data members in
Fariborz Jahanian
2009-08-10
Fixed a ir-gen bug in synthesizing copy constructors.
Fariborz Jahanian
2009-08-08
ir-gen for initialization, in synthesize copy constructor,
Fariborz Jahanian