summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPDirectives.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-11-19 21:05:33 +0000
committerDouglas Gregor <dgregor@apple.com>2008-11-19 21:05:33 +0000
commit91cea0ad1e4cdec5886dfb3cf805bb116fc24e0a (patch)
tree1bc8d9d38565df505177df2e5bfb35f8137cc7b7 /clang/lib/Lex/PPDirectives.cpp
parent4fb443f81b02ce067be24e7848b167a86ea234f2 (diff)
downloadbcm5719-llvm-91cea0ad1e4cdec5886dfb3cf805bb116fc24e0a.tar.gz
bcm5719-llvm-91cea0ad1e4cdec5886dfb3cf805bb116fc24e0a.zip
Support for calling overloaded function call operators (operator())
with function call syntax, e.g., Functor f; f(x, y); This is the easy part of handling calls to objects of class type (C++ [over.call.object]). The hard part (coping with conversions from f to function pointer or reference types) will come later. Nobody uses that stuff anyway, right? :) llvm-svn: 59663
Diffstat (limited to 'clang/lib/Lex/PPDirectives.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud