aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/conversion-function.cpp
AgeCommit message (Expand)Author
2009-11-13When performing copy initialization (= "implicit conversion", here) toDouglas Gregor
2009-09-15Issue a good diagnostics when attempt to selectFariborz Jahanian
2009-09-14Used visible conversion function api to do overloadFariborz Jahanian
2009-09-13Perform the C++ specific semantic checks of a function declaration after it's...Anders Carlsson
2009-04-25change a couple more c++ sema methods to be based on isinvalid bits.Chris Lattner
2009-04-16Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-04Fix our semantic analysis ofDouglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-18As threatened previously: consolidate name lookup and the creation ofDouglas Gregor
2008-11-17Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor
2008-11-17Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor
2008-11-07Parsing, ASTs, and semantic analysis for the declaration of conversionDouglas Gregor