History log of /llvm-project/clang/test/SemaCXX/addr-of-overloaded-function.cpp (Results 26 – 34 of 34)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-2.7.0
# 8c12dc43 22-Apr-2010 John McCall <rjmccall@apple.com>

Use the naming class from the overloaded lookup when access-checking an
address of overloaded function, instead of assuming that a nested name
specifier was used. A nested name specifier is not requ

Use the naming class from the overloaded lookup when access-checking an
address of overloaded function, instead of assuming that a nested name
specifier was used. A nested name specifier is not required for static
functions.

Fixes PR6886.

llvm-svn: 102107

show more ...


# 064fdb2f 14-Apr-2010 Douglas Gregor <dgregor@apple.com>

Always diagnose and complain about problems in
ResolveAddressOfOverloadedFunction when asked to complain. Previously,
we had some weird handshake where ResolveAddressOfOverloadedFunction
expected its

Always diagnose and complain about problems in
ResolveAddressOfOverloadedFunction when asked to complain. Previously,
we had some weird handshake where ResolveAddressOfOverloadedFunction
expected its caller to handle some of the diagnostics but not others,
and yet there was no way for the caller to know which case we were
in. Eliminate this madness, fixing <rdar://problem/7765884>.

llvm-svn: 101312

show more ...


# 463e523a 22-Dec-2009 Eli Friedman <eli.friedman@gmail.com>

Switch file-scope assignment initialization over to InitializationSequence.

llvm-svn: 91881


# 8fbe78f6 15-Dec-2009 Daniel Dunbar <daniel@zuster.org>

Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead o

Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).

llvm-svn: 91446

show more ...


Revision tags: llvmorg-2.6.0
# 6c966c45 07-Oct-2009 Anders Carlsson <andersca@mac.com>

Handle MemberExprs in ResolveAddressOfOverloadedFunction.

llvm-svn: 83495


# 2e0807cd 14-Sep-2009 Douglas Gregor <dgregor@apple.com>

Slightly improve the test for partial ordering of overloaded function
templates.

llvm-svn: 81806


# 48bc374d 14-Sep-2009 Douglas Gregor <dgregor@apple.com>

Test function template partial ordering when resolving the address of
an overloaded function (template).

llvm-svn: 81804


# a45cf5b6 24-Mar-2009 Daniel Dunbar <daniel@zuster.org>

Rename clang to clang-cc.

Tests and drivers updated, still need to shuffle dirs.

llvm-svn: 67602


Revision tags: llvmorg-2.5.0
# cd695e50 10-Nov-2008 Douglas Gregor <dgregor@apple.com>

Basic support for taking the address of an overloaded function

llvm-svn: 59000


12