summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/conversion-function.cpp
Commit message (Expand)AuthorAgeFilesLines
* When performing overload resolution, only compare the final conversionDouglas Gregor2010-09-121-0/+10
* Don't complain about useless user-defined conversion functions whenDouglas Gregor2010-09-121-0/+18
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* We don't actually need to check the implicit object argument'sDouglas Gregor2010-08-191-0/+18
* Properly implement the part of C++ [over.match.funcs]p4 that treatsDouglas Gregor2010-08-191-0/+37
* There is no pointer conversion between to similar types (i.e., sameDouglas Gregor2010-08-181-0/+22
* Improve our handling of user-defined conversions when computingDouglas Gregor2010-08-111-0/+34
* Ted pointed out that this test case could be using access control instead ofJohn McCall2010-07-221-6/+5
* When we are performing copy initialization of a class type via itsDouglas Gregor2010-04-241-1/+14
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-171-1/+27
* Diagnose declarations of conversion functions with declarators other than '()'.John McCall2010-04-131-0/+11
* Improve source-location information for C++ conversion functions, byDouglas Gregor2010-04-121-0/+34
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-4/+4
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-2/+12
* Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall2009-12-161-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When performing copy initialization (= "implicit conversion", here) toDouglas Gregor2009-11-131-1/+29
* Issue a good diagnostics when attempt to selectFariborz Jahanian2009-09-151-3/+3
* Used visible conversion function api to do overloadFariborz Jahanian2009-09-141-0/+18
* Perform the C++ specific semantic checks of a function declaration after it's...Anders Carlsson2009-09-131-0/+11
* change a couple more c++ sema methods to be based on isinvalid bits.Chris Lattner2009-04-251-2/+5
* Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl2009-04-161-0/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix our semantic analysis ofDouglas Gregor2009-02-041-1/+1
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-2/+2
* As threatened previously: consolidate name lookup and the creation ofDouglas Gregor2008-11-181-1/+1
* Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor2008-11-171-0/+2
* Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor2008-11-171-0/+8
* Parsing, ASTs, and semantic analysis for the declaration of conversionDouglas Gregor2008-11-071-0/+42
OpenPOWER on IntegriCloud