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
/
addr-of-overloaded-function.cpp
Age
Commit message (
Expand
)
Author
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-13
Make the diagnostic message more consistant. Update the type comparison to
Richard Trieu
2011-11-23
Add feature to diagnostics that will provide more information on function
Richard Trieu
2011-10-17
Teach the ARC compiler to not require __bridge casts when
John McCall
2011-04-26
Make yet another placeholder type, this one marking that an expression is a b...
John McCall
2011-02-19
Handle the resolution of a reference to a function template (which
Douglas Gregor
2010-11-08
When attempting reference binding to an overloaded function, also
Douglas Gregor
2010-11-08
Properly diagnose invalid casts to function references. Patch by
Douglas Gregor
2010-09-29
When performing template argument deduction of a function template
Douglas Gregor
2010-09-12
Don't assert when attempting to take the address of an overloaded
Douglas Gregor
2010-08-24
PR7971: Compute the correct type for an address-of expression containing an
Eli Friedman
2010-04-22
Use the naming class from the overloaded lookup when access-checking an
John McCall
2010-04-14
Always diagnose and complain about problems in
Douglas Gregor
2009-12-22
Switch file-scope assignment initialization over to InitializationSequence.
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-07
Handle MemberExprs in ResolveAddressOfOverloadedFunction.
Anders Carlsson
2009-09-14
Slightly improve the test for partial ordering of overloaded function
Douglas Gregor
2009-09-14
Test function template partial ordering when resolving the address of
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-11-10
Basic support for taking the address of an overloaded function
Douglas Gregor