]> granicus.if.org Git - clang/commit
Add test for C++ [over.over.]p1, the contexts in which one can take the address of...
authorDouglas Gregor <dgregor@apple.com>
Thu, 9 Jul 2009 17:16:51 +0000 (17:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 9 Jul 2009 17:16:51 +0000 (17:16 +0000)
commit72e771f12a97700e578b28f953622a6b6916bef1
tree42e12114d101bbbeb33c521d1c4e2f214a2e8a13
parentc7068caed7a1d4e0e42b0e64db24bf23f12f712b
Add test for C++ [over.over.]p1, the contexts in which one can take the address of an overloaded function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75146 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/CXX/over/over.over/p1.cpp [new file with mode: 0644]