diff options
author | Douglas Gregor <dgregor@apple.com> | 2008-11-19 21:05:33 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2008-11-19 21:05:33 +0000 |
commit | f9eb905197e44ed5634205512074993f6f40470d (patch) | |
tree | 1c6723e7af4df7df7fbd67fe5157365968ae1733 /lib/Lex/PreprocessorLexer.cpp | |
parent | 487a75ab300552e42afa45b8199133f838a40e5f (diff) |
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? :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PreprocessorLexer.cpp')
0 files changed, 0 insertions, 0 deletions