Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
copy-initialization.cpp
bb93578
[Sema] Improve diagnostics for const- and ref-qualified member functions
by Jacob Bandes-Storch
· 8 years ago
1dbc093
Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified member functions
by Jacob Bandes-Storch
· 8 years ago
c7e67a04e
[Sema] Improve diagnostics for const- and ref-qualified member functions
by Jacob Bandes-Storch
· 8 years ago
7c2bcc9
Fix clang's handling of the copy performed in the second phase of class
by Richard Smith
· 9 years ago
542f04c
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
by Charles Li
· 10 years ago
b24f067
Implement core issue 5: a temporary created for copy-initialization has a
by Richard Smith
· 14 years ago
9813d32
Improve diagnostic for calling non-const method on const object. Fixes rdar://7743000
by Argyrios Kyrtzidis
· 15 years ago
cbd0710
When performing initialization of a copy of a temporary object, use
by Douglas Gregor
· 15 years ago
24b8946
'const std::type_info*' instead of 'std::type_info const*'
by Chris Lattner
· 15 years ago
7566e4a
Do not consider explicit constructors when performing a copy to a
by Douglas Gregor
· 15 years ago
5ab1165
Improve our handling of user-defined conversions as part of overload
by Douglas Gregor
· 15 years ago
45cf7e3
Rework our handling of copy construction of temporaries, which was a
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
fd0b2f8
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 16 years ago
a4b592a
Switch more of Sema::CheckInitializerTypes over to
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
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
0f3dd9a
Provide a proper source location when building an implicit dereference. Fixes PR3600
by Douglas Gregor
· 17 years ago
5835403
Correct the order in which we cope with end-of-class-definition
by Douglas Gregor
· 17 years ago
15b02d2
Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics.
by Sebastian Redl
· 17 years ago
6f54315
Implement C++ copy-initialization for declarations. There is now some
by Douglas Gregor
· 17 years ago