]> granicus.if.org Git - clang/commit
Basic support for taking the address of an overloaded function
authorDouglas Gregor <dgregor@apple.com>
Mon, 10 Nov 2008 20:40:00 +0000 (20:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 10 Nov 2008 20:40:00 +0000 (20:40 +0000)
commit904eed3f6148758d39a2d3c88f3133274460d645
tree6113059bd24fafddd88ae47edeb2ddfe52c1da1b
parent1255652319f8a59bb2112921c3fae2375b282b45
Basic support for taking the address of an overloaded function

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59000 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/Type.h
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
test/SemaCXX/addr-of-overloaded-function.cpp [new file with mode: 0644]
www/cxx_status.html