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
/
default-assignment-operator.cpp
Age
Commit message (
Expand
)
Author
2010-05-12
When we emit an error during the implicit definition of a special
Douglas Gregor
2010-05-11
Speculatively revert r103497, "Do not mark the virtual members of an
Daniel Dunbar
2010-05-11
Do not mark the virtual members of an implicitly-instantiated class as
Douglas Gregor
2010-05-05
When implicit definition of the copy-assignment operator fails,
Douglas Gregor
2010-05-04
When creating a call to a base subobject's operator= in an
Douglas Gregor
2010-05-01
Complete reimplementation of the synthesis for implicitly-defined copy
Douglas Gregor
2010-04-23
Change the 'declared at' diagnostic to say 'declared here'.
Anders Carlsson
2010-04-15
Warn about non-aggregate classes with no user-declared constructors
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-09
Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash wh...
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-09
Use getDeclName in DefineImplicitOverloadedAssign as well.
Anders Carlsson
2009-06-25
Test case for my last patch.
Fariborz Jahanian