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