Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
default-assignment-operator.cpp
883dbc4
Switch from using a DiagnosticTrap and a note for "while defining a special
by Richard Smith
· 8 years ago
6de8aca
[Test] Make Lit tests C++11 compatible #10
by Charles Li
· 9 years ago
32cbff7
[Sema] Be consistent about diagnostic wording: always use "cannot".
by Davide Italiano
· 10 years ago
44b2174
PR6037 Warn on inaccessible direct base
by Nathan Sidwell
· 11 years ago
f24e6e7
Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're
by Richard Smith
· 12 years ago
54818f0
When we emit an error during the implicit definition of a special
by Douglas Gregor
· 15 years ago
0547ad3
Speculatively revert r103497, "Do not mark the virtual members of an
by Daniel Dunbar
· 15 years ago
0c4aad1
Do not mark the virtual members of an implicitly-instantiated class as
by Douglas Gregor
· 15 years ago
bf1fb44
When implicit definition of the copy-assignment operator fails,
by Douglas Gregor
· 15 years ago
40c92bb
When creating a call to a base subobject's operator= in an
by Douglas Gregor
· 15 years ago
b139cd5
Complete reimplementation of the synthesis for implicitly-defined copy
by Douglas Gregor
· 15 years ago
58e24a8
Change the 'declared at' diagnostic to say 'declared here'.
by Anders Carlsson
· 15 years ago
454a5b6
Warn about non-aggregate classes with no user-declared constructors
by Douglas Gregor
· 15 years ago
85f9055
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
efa4732
Pass the current SourceLocation to getAssignOperatorMethod, fixing a crash when the assign operator method needs to be instantiated. Doug, please review the updated default-assignment-operator.cpp change.
by Anders Carlsson
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
17973e6
Use getDeclName in DefineImplicitOverloadedAssign as well.
by Anders Carlsson
· 16 years ago
a158e01
Test case for my last patch.
by Fariborz Jahanian
· 16 years ago