llvm-project/clang/lib/Sema
Douglas Gregor 91cea0ad1e 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
2008-11-19 21:05:33 +00:00
..
CMakeLists.txt Fix cmake build, patch from Jjgod Jiang. 2008-11-11 08:29:24 +00:00
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
IdentifierResolver.h Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00
Sema.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
Sema.h Support for calling overloaded function call operators (operator()) 2008-11-19 21:05:33 +00:00
SemaCXXScopeSpec.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaChecking.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDecl.cpp Take care another assert: 2008-11-19 18:01:13 +00:00
SemaDeclAttr.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDeclCXX.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDeclObjC.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaExpr.cpp Support for calling overloaded function call operators (operator()) 2008-11-19 21:05:33 +00:00
SemaExprCXX.cpp Some tweaks suggested by Argiris 2008-11-19 19:09:45 +00:00
SemaExprObjC.cpp Fix <rdar://problem/6150376> [sema] crash on invalid message send. 2008-11-19 15:54:23 +00:00
SemaInherit.cpp start converting Sema over to using its canonical Diag method. 2008-11-18 22:52:51 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
SemaNamedCast.cpp start converting Sema over to using its canonical Diag method. 2008-11-18 22:52:51 +00:00
SemaOverload.cpp Support for calling overloaded function call operators (operator()) 2008-11-19 21:05:33 +00:00
SemaOverload.h Implement support for operator overloading using candidate operator 2008-11-12 17:17:38 +00:00
SemaStmt.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaType.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00