]> granicus.if.org Git - clang/commit
Look through the address-of operator to find the function being
authorDouglas Gregor <dgregor@apple.com>
Mon, 25 Oct 2010 20:48:33 +0000 (20:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 25 Oct 2010 20:48:33 +0000 (20:48 +0000)
commitd8f0ade43ee3f9d13d2d98b7a3d07468c2b4096e
tree570f01dab0c3edfe3856855bb88cfed2485b2ae8
parent4654241866c91fa312d7b26d5eb4afd070b5c602
Look through the address-of operator to find the function being
called. Fixes another aspect of PR8314.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117308 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Sema/knr-def-call.c