Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
copy-constructor-error.cpp
58c3cc1
C++ core issue 1344, PR10618: promote "addition of default argument makes this
by Richard Smith
· 13 years ago
d051b87
Implement a new warning for when adding a default argument to a method
by Alexis Hunt
· 14 years ago
63d08dd
Add test case from PR6064, which now works
by Douglas Gregor
· 16 years ago
b6ea608
Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence
by Douglas Gregor
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
ff7028a
Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this
by Douglas Gregor
· 16 years ago
5f235a2
A constructor template cannot be instantiated to a copy
by Douglas Gregor
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
11a8e95
After reporting ill-formed copy constructor(12.8.p3) don't recurs and crash.
by Fariborz Jahanian
· 16 years ago