Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9944c769b69b1904a7b16d3ce10fbdc9c67c764f
/
test
/
SemaCXX
/
conversion-function.cpp
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
b1622a1
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 15 years ago
7abfbdb
Switch more of Sema::CheckInitializerTypes over to
by Douglas Gregor
· 15 years ago
18ef5e2
Switch the initialization required by return statements over to the
by Douglas Gregor
· 15 years ago
578b69b
Introduce a centralized routine in Sema for diagnosing failed lookups (when
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
79b680e
When performing copy initialization (= "implicit conversion", here) to
by Douglas Gregor
· 15 years ago
78cf9a2
Issue a good diagnostics when attempt to select
by Fariborz Jahanian
· 15 years ago
b191e2d
Used visible conversion function api to do overload
by Fariborz Jahanian
· 15 years ago
2c59d3c
Perform the C++ specific semantic checks of a function declaration after it's been merged with the previous declaration. This ensures that getPreviousDecl() will have the right value when ActOnConversionDeclarator is called.
by Anders Carlsson
· 15 years ago
6e47501
change a couple more c++ sema methods to be based on isinvalid bits.
by Chris Lattner
· 16 years ago
3201f6b
Fix a crash bug when comparing overload quality of conversion operators with conversion constructors.
by Sebastian Redl
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
1733001
Fix our semantic analysis of
by Douglas Gregor
· 16 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 16 years ago
10c4262
As threatened previously: consolidate name lookup and the creation of
by Douglas Gregor
· 16 years ago
10bd368
Eliminate all of the placeholder identifiers used for constructors,
by Douglas Gregor
· 16 years ago
2def483
Updated IdentifierResolver to deal with DeclarationNames. The names of
by Douglas Gregor
· 16 years ago
2f1bc52
Parsing, ASTs, and semantic analysis for the declaration of conversion
by Douglas Gregor
· 16 years ago